RosettaCodeData/Task/Hello-world-Standard-error/Python/hello-world-standard-error-...

4 lines
54 B
Python

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