mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-06 09:29:35 +00:00
4 lines
77 B
Python
4 lines
77 B
Python
import sys
|
|
print "this is a newline"
|
|
sys.stdout.write("this has NO newline")
|