4 lines
79 B
Python
4 lines
79 B
Python
import sys
|
|
|
|
print("this is a newline")
|
|
sys.stdout.write("this has NO newline")
|