2 lines
47 B
Python
2 lines
47 B
Python
import sys
|
|
sys.stdout.write("Goodbye, World!")
|
import sys
|
|
sys.stdout.write("Goodbye, World!")
|