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 |
---|---|---|---|
123 | 2025-01-11 16:21:03 | 67.92 | 98.3% |
103 | 2024-12-31 12:25:04 | 69.16 | 97% |
84 | 2024-12-27 19:11:50 | 59.28 | 95.6% |
82 | 2024-12-27 10:32:38 | 71.55 | 98.8% |
56 | 2024-12-22 11:04:23 | 63.06 | 97% |
23 | 2024-12-14 15:47:54 | 68.54 | 98.8% |
19 | 2024-12-12 12:18:16 | 56.51 | 96.2% |
4 | 2024-12-09 09:38:49 | 52.14 | 94.9% |
2 | 2024-12-09 09:35:49 | 55.59 | 96% |
1 | 2024-12-09 09:34:58 | 41.83 | 95.2% |