H@CK DEFENCE
A BLOG ON NETWORK SECURITY, ETHICAL HACKING AND PROGRAMMING
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment