Spaces:
Running
Running
import sys | |
print("This is the end") | |
sys.stdout.close() | |
sys.stderr.close() | |
while True: | |
pass | |
import sys | |
print("This is the end") | |
sys.stdout.close() | |
sys.stderr.close() | |
while True: | |
pass | |