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  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to