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 |
|---|---|---|---|
| 165 | 2025-05-18 16:24:03 | 45.69 | 96% |
| 161 | 2025-05-18 15:55:48 | 45.24 | 97% |
| 151 | 2025-05-09 17:39:07 | 44.42 | 96% |
| 144 | 2025-05-09 17:20:58 | 41.73 | 95% |
| 143 | 2025-05-09 17:19:56 | 32.54 | 96% |
| 142 | 2025-05-09 17:13:10 | 45.38 | 96% |
| 140 | 2025-05-09 17:10:18 | 50.81 | 99% |
| 132 | 2025-05-09 16:21:21 | 44.46 | 95% |
| 93 | 2025-05-07 13:46:49 | 44.91 | 97% |
| 66 | 2025-05-06 14:04:28 | 42.08 | 98% |
| 44 | 2025-05-04 15:47:41 | 40.86 | 96% |
| 30 | 2025-05-04 01:55:48 | 34.20 | 95% |
| 11 | 2025-05-03 11:13:27 | 29.96 | 93% |