RosettaCodeData/Task/Hello-world-Text/Python/hello-world-text-2.py

3 lines
46 B
Python

import sys
sys.stdout.write("Hello world!\n")