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 |
---|---|---|---|
189 | 2024-08-14 04:59:27 | 41.29 | 97.2% |
174 | 2024-06-26 01:41:31 | 29.42 | 94.9% |
163 | 2024-06-11 21:50:27 | 41.89 | 96.6% |
161 | 2024-06-11 21:47:51 | 41.89 | 95.9% |
157 | 2024-04-15 04:20:08 | 33.75 | 94.1% |
119 | 2024-03-26 11:32:45 | 41.11 | 94.8% |
97 | 2024-01-22 03:59:06 | 40.48 | 97.3% |
78 | 2023-06-27 14:55:31 | 37.05 | 96.6% |
70 | 2023-06-26 12:07:20 | 36.55 | 93.1% |
38 | 2023-06-10 22:56:48 | 24.41 | 93.9% |
35 | 2023-06-09 09:23:03 | 19.31 | 93% |