4 lines
54 B
Python
4 lines
54 B
Python
|
|
import sys
|
||
|
|
|
||
|
|
print("Goodbye, World!", file=sys.stderr)
|