I have question if we make if statement inside if like cprogramming below how to do in python int x-1 , y=2;
if (x==1)
{
printf(" inside first if ");
if (y==2)
{
printf ("inside second if ");
}
}
--
Mustafa Akkoc
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
