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!
In [ ]: