tenfourfox/testing/mozbase/mozprocess/tests/procnonewline.py

4 lines
77 B
Python
Raw Normal View History

2017-04-19 07:56:45 +00:00
import sys
print "this is a newline"
sys.stdout.write("this has NO newline")