RosettaCodeData/Task/Hello-world-Standard-error/Python/hello-world-standard-error-3.py
2023-07-01 13:44:08 -04:00

3 lines
50 B
Python

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