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

3 lines
49 B
Python

import sys
sys.stdout.write("Goodbye, World!\n")