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 |
---|---|---|---|
214 | 2025-05-09 17:41:32 | 65.02 | 98% |
212 | 2025-05-09 17:39:01 | 52.39 | 93% |
188 | 2025-05-03 21:55:57 | 54.35 | 95% |
167 | 2025-05-02 12:13:23 | 56.78 | 97% |
138 | 2025-04-30 11:52:58 | 56.10 | 97% |
114 | 2025-04-18 22:15:31 | 50.45 | 97% |
98 | 2025-04-18 18:56:23 | 56.01 | 96% |
73 | 2025-04-17 12:47:42 | 52.34 | 95% |
66 | 2025-04-16 18:33:45 | 45.06 | 94% |
61 | 2025-04-15 22:02:23 | 59.06 | 97% |
42 | 2025-04-14 15:21:56 | 56.62 | 96% |
36 | 2025-04-14 15:13:53 | 55.22 | 97% |
31 | 2025-04-12 16:21:42 | 50.60 | 94% |
18 | 2025-04-08 19:58:43 | 54.15 | 96% |
17 | 2025-04-08 19:57:48 | 56.87 | 97% |
16 | 2025-04-08 19:56:56 | 53.43 | 96% |