import os import sys def run(program, *args): pid = os.fork() if not pid: os.execvp(program, program + args) return os.wait()[0] run("python", "hello.py")
Game | Time | WPM | Accuracy |
---|---|---|---|
26 | 2023-05-30 11:08:05 | 33.72 | 94% |
18 | 2023-05-29 16:53:09 | 33.00 | 91.5% |
10 | 2023-05-29 16:31:00 | 30.29 | 91.5% |