notebook.community
Edit and run
print() prints a string in Python.
print()
In [1]: print('Hello World')
print('Hello World')
Hello World