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

3 lines
51 B
Python

import sys
print >> sys.stderr, "Goodbye, World!"