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

4 lines
54 B
Python
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
import sys
print("Goodbye, World!", file=sys.stderr)