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 |
---|---|---|---|
143 | 2023-05-30 16:42:57 | 73.47 | 97.5% |
124 | 2023-05-25 06:59:00 | 62.61 | 95.6% |
122 | 2023-05-25 06:56:12 | 66.56 | 97.6% |
118 | 2023-05-25 02:46:24 | 67.25 | 96.1% |
112 | 2023-05-25 02:38:05 | 61.87 | 96.1% |
98 | 2023-05-24 23:23:39 | 59.93 | 96% |
81 | 2023-05-23 14:06:15 | 56.26 | 96.6% |
46 | 2023-05-23 09:10:40 | 63.94 | 96.4% |
5 | 2023-05-23 05:01:08 | 58.66 | 96.5% |