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 |
---|---|---|---|
84 | 2023-07-15 22:29:21 | 20.62 | 89.3% |
68 | 2023-07-14 14:50:42 | 28.98 | 93.4% |
49 | 2023-07-14 04:33:44 | 28.05 | 95.7% |
40 | 2023-07-13 19:58:54 | 25.56 | 94.1% |
20 | 2023-07-13 19:07:08 | 23.15 | 93.9% |
2 | 2023-07-11 20:17:17 | 22.64 | 92.8% |