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 |
|---|---|---|---|
| 135 | 2025-05-12 20:42:09 | 20.34 | 95.1% |
| 132 | 2025-05-09 17:24:48 | 25.47 | 92.6% |
| 123 | 2025-03-05 22:03:41 | 26.11 | 92.9% |
| 117 | 2025-03-05 21:48:43 | 31.51 | 92.6% |
| 104 | 2025-01-26 18:24:27 | 33.97 | 95.2% |
| 90 | 2025-01-17 18:17:50 | 28.11 | 94.4% |
| 68 | 2024-06-27 22:37:11 | 26.39 | 91.6% |
| 62 | 2024-05-03 17:29:45 | 13.95 | 93.7% |
| 57 | 2024-05-03 17:14:18 | 29.98 | 96.1% |
| 56 | 2024-05-03 17:12:37 | 23.70 | 95.1% |
| 43 | 2024-04-23 12:41:15 | 20.16 | 91.5% |