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 |
---|---|---|---|
223 | 2025-04-25 18:12:38 | 19.15 | 93% |
157 | 2024-05-05 21:30:56 | 22.18 | 95.6% |
104 | 2024-04-22 20:43:44 | 22.86 | 95.6% |
103 | 2024-04-22 20:42:02 | 19.81 | 92.6% |
66 | 2024-04-21 01:58:11 | 16.55 | 93.3% |
63 | 2024-04-21 01:46:21 | 17.43 | 93.4% |
46 | 2024-04-18 00:14:01 | 18.89 | 89.7% |
31 | 2024-04-17 20:34:43 | 18.57 | 92.4% |
29 | 2024-04-17 20:28:38 | 19.88 | 91.2% |
23 | 2024-04-17 20:04:23 | 16.85 | 92.2% |
19 | 2024-04-17 19:55:30 | 15.56 | 92.7% |
3 | 2024-04-16 05:10:03 | 14.02 | 89.7% |