Saturday, 19 March 2016

How simple Python is ?


Some code of Python shows its simplicity
print "hello World"
print 6+9
print “6+9”
aa=6+9
print aa
aa=6 bb=9
aa+bb

No comments:

Post a Comment

Note: only a member of this blog may post a comment.