procnonewline.py (79B)
1 import sys 2 3 print("this is a newline") 4 sys.stdout.write("this has NO newline")