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 |
---|---|---|---|
93 | 2023-09-26 05:00:33 | 43.56 | 94.5% |
83 | 2023-09-26 04:42:53 | 36.12 | 92% |
81 | 2023-09-26 04:39:26 | 36.07 | 91.9% |
80 | 2023-09-26 04:38:22 | 38.97 | 91.9% |
63 | 2023-09-26 04:05:06 | 28.91 | 91.2% |
46 | 2023-09-26 02:52:45 | 43.64 | 92.1% |
22 | 2023-09-25 16:33:41 | 36.21 | 93.6% |
19 | 2023-09-25 16:29:33 | 36.75 | 92.9% |
17 | 2023-09-25 16:26:37 | 37.82 | 95.5% |