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

4 lines
50 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import sys
sys.stderr.write("Goodbye, World!\n")