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 |
---|---|---|---|
316 | 2022-10-31 15:44:17 | 67.68 | 94% |
311 | 2022-10-28 08:22:37 | 77.81 | 95% |
276 | 2022-10-18 13:53:25 | 69.58 | 95% |
265 | 2022-10-14 12:40:37 | 61.36 | 92% |
231 | 2022-10-05 14:46:57 | 80.06 | 97% |
181 | 2022-09-25 07:59:03 | 82.30 | 96% |
170 | 2022-09-21 09:45:29 | 74.62 | 96% |
167 | 2022-09-21 09:42:19 | 69.24 | 95% |
162 | 2022-09-20 12:09:25 | 64.76 | 93% |
140 | 2022-09-15 12:00:06 | 69.36 | 93% |
121 | 2022-09-08 18:54:58 | 73.83 | 94% |
95 | 2022-08-31 16:32:19 | 66.89 | 94% |
62 | 2022-07-06 06:32:12 | 66.06 | 93% |
60 | 2022-07-03 07:19:53 | 65.43 | 93% |
33 | 2022-06-23 06:29:54 | 66.98 | 94% |
20 | 2022-06-20 08:15:54 | 61.47 | 94% |