The possibilities are infinite.
import this >>> 2+2 4 >>> print( "Hello World!" ) Hello World! >>> a = 1 >>> b = 2 >>> a+b 3 >>> exit() ## or key in Ctrl-D
No comments:
Post a Comment