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 |
---|---|---|---|
94 | 2023-09-15 05:34:42 | 54.42 | 92% |
63 | 2023-09-14 13:54:54 | 64.26 | 96% |
54 | 2023-09-14 13:40:12 | 60.94 | 96.1% |
39 | 2023-09-13 12:59:53 | 55.94 | 95.7% |
24 | 2023-09-12 09:21:34 | 51.33 | 94.3% |
22 | 2023-09-11 14:58:51 | 46.63 | 91.3% |
4 | 2023-09-10 13:32:58 | 41.85 | 95% |