In [1]:
from __future__ import print_function
print("hello, world!")


hello, world!

In [ ]: