mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-04 07:29:07 +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")
|