Welcome To The World Of Hacking


Learn Hacking|Teach Hacking|Learn To Secure|Learn To Code

Tuesday

PYTHON TUTORIAL 17: NESTING STATEMENT

thing = 'animal'

animal = 'cat'

if thing =='animal':

    if animal == 'cat':

        print 'cat is an animal'

    else:

        print 'cat is not an animal'

else:

    print 'No idea about the thing'

OUTPUT:

     

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...