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 |
---|---|---|---|
361 | 2025-07-28 17:36:36 | 40.78 | 92% |
250 | 2025-07-17 17:06:00 | 49.60 | 95% |
173 | 2025-07-13 21:55:29 | 49.16 | 93% |
170 | 2025-07-13 21:52:18 | 39.35 | 95% |
90 | 2025-07-03 19:57:12 | 34.22 | 90% |
81 | 2025-07-03 19:38:07 | 40.93 | 96% |
49 | 2025-07-02 01:24:13 | 32.60 | 92% |
43 | 2025-07-02 01:15:10 | 43.61 | 95% |
19 | 2025-07-01 17:41:23 | 35.21 | 92% |