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 |
---|---|---|---|
348 | 2025-07-07 01:46:48 | 60.55 | 98% |
319 | 2025-06-25 18:27:46 | 64.00 | 98% |
315 | 2025-06-25 18:23:09 | 62.13 | 97% |
293 | 2025-05-20 16:35:49 | 66.34 | 99.4% |
273 | 2025-05-13 18:22:50 | 54.91 | 96% |
261 | 2025-05-12 18:05:38 | 56.21 | 97.6% |
259 | 2025-05-09 19:36:32 | 57.32 | 98.8% |
236 | 2025-05-01 20:44:07 | 57.94 | 98.1% |
220 | 2025-04-18 00:23:12 | 57.57 | 98.1% |
201 | 2025-04-09 20:38:49 | 53.83 | 99.4% |
141 | 2024-11-19 22:33:49 | 51.06 | 97.1% |
139 | 2024-08-23 18:21:40 | 50.93 | 96.6% |
126 | 2024-07-23 18:53:21 | 50.51 | 96.5% |
122 | 2024-07-21 23:20:16 | 61.93 | 99.4% |
107 | 2024-07-15 22:54:22 | 54.67 | 97.1% |