print_function



examples/future/print.py
from __future__ import print_function

print(23)