4 lines
60 B
Python
4 lines
60 B
Python
|
import sys
|
||
|
|
||
|
sys.stdout.write("Script with shebang omitted")
|