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

4 lines
51 B
Python

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