[Tutor] if inside if help python
mustafa akkoc
mustafa.cmpe at gmail.com
Mon Mar 9 13:22:07 CET 2009
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20090309/976d3003/attachment.htm>
More information about the Tutor
mailing list