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

4 lines
50 B
Python

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