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 |
---|---|---|---|
244 | 2025-03-11 06:23:43 | 40.71 | 92.7% |
206 | 2025-01-16 09:27:02 | 49.57 | 95.9% |
154 | 2024-12-28 20:58:57 | 43.27 | 95.7% |
135 | 2024-12-25 17:00:18 | 45.84 | 95.9% |
129 | 2024-12-25 15:38:16 | 38.78 | 93.8% |
125 | 2024-12-25 00:07:55 | 41.19 | 95.7% |
111 | 2024-12-23 09:36:23 | 32.32 | 93.6% |
108 | 2024-12-22 22:23:47 | 39.54 | 93.3% |
106 | 2024-12-22 21:11:41 | 43.35 | 95.7% |
95 | 2024-12-20 19:43:12 | 39.08 | 95.2% |
75 | 2024-12-18 19:48:16 | 43.36 | 96% |
45 | 2024-12-17 13:19:42 | 36.33 | 92.9% |