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 |
---|---|---|---|
226 | 2025-04-13 18:12:22 | 37.79 | 95.4% |
166 | 2024-11-30 15:53:22 | 38.68 | 94.4% |
139 | 2024-09-15 15:27:58 | 34.82 | 94.9% |
132 | 2024-08-26 17:59:30 | 37.11 | 95% |
127 | 2024-08-18 15:15:55 | 39.67 | 96% |
126 | 2024-08-11 18:11:38 | 35.96 | 95.5% |
108 | 2024-07-23 19:48:49 | 36.98 | 97% |
90 | 2024-06-29 17:16:35 | 41.23 | 96.4% |
63 | 2024-05-24 16:05:57 | 31.37 | 92.6% |
40 | 2024-03-31 16:23:53 | 39.31 | 95.4% |
1 | 2024-03-08 16:45:18 | 33.73 | 93.8% |