#1.py import time while True: time.sleep(1) print("Load")
#play.py f = open(\'1.py\') exec(f.read())
If i r