# How to print in Python print('Hello World!') # or print("Hello World") # and with a space like this: print ('Hello World')