1 2 3 4 5 6
from __future__ import absolute_import, print_function import sys print("this is a newline") sys.stdout.write("this has NO newline")