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

3 lines
54 B
Python

import sys
print("Goodbye, World!", file=sys.stderr)