from __future__ import absolute_import, print_function

import sys
print("this is a newline")
sys.stdout.write("this has NO newline")
