mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
3 lines
77 B
Python
3 lines
77 B
Python
import sys
|
|
print "this is a newline"
|
|
sys.stdout.write("this has NO newline")
|