trisquel-icecat/icecat/testing/mozbase/mozprocess/tests/scripts/procnonewline.py

4 lines
79 B
Python

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