Saturday, March 7, 2020

Python Start Programming

Python 2.7.x



Type these on your screen , and look what is the result ?
>>> the_world_is_flat = 1
>>> if the_world_is_flat:
...     print "Be careful not to fall off!"
...
Be careful not to fall off!

or another example :

No comments:

Post a Comment