notebook.community
Edit and run
In [1]: from __future__ import print_function print("Hello World")
from __future__ import print_function print("Hello World")
Hello World