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 |
|---|---|---|---|
| 144 | 2024-06-27 20:25:07 | 32.34 | 96.5% |
| 140 | 2024-06-27 05:24:19 | 32.13 | 93.6% |
| 137 | 2024-06-27 05:17:09 | 33.12 | 96.4% |
| 111 | 2024-05-13 05:22:41 | 31.28 | 96.4% |
| 86 | 2024-05-03 12:01:24 | 28.71 | 92.6% |
| 70 | 2024-04-29 09:40:42 | 32.35 | 97.1% |
| 69 | 2024-04-29 09:39:27 | 28.12 | 95.4% |
| 63 | 2024-04-27 04:24:41 | 30.58 | 97% |
| 25 | 2024-03-31 08:52:43 | 25.31 | 91.7% |
| 18 | 2024-03-30 08:25:29 | 27.34 | 96.6% |