REPL m

1 + 2

_

1 + _

'Hello World'

print ('Hello World')

print 'Hello World'

help()

keywords

print

quit

help(print)


print('Learning Python now!')

print('Python is fun')

print('Let\'s go')

