Spaces:
Running
Running
File size: 96 Bytes
41e79e2 |
1 2 3 4 5 6 7 8 |
import sys
print("This is the end")
sys.stdout.close()
sys.stderr.close()
while True:
pass
|