Spaces:
Running
Running
File size: 81 Bytes
41e79e2 |
1 2 3 4 5 6 7 |
import os
import time
if os.fork() == 0:
while True:
time.sleep(60)
|