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 |
---|---|---|---|
168 | 2022-07-17 15:33:06 | 66.18 | 95% |
160 | 2022-03-27 13:31:36 | 63.99 | 94% |
158 | 2022-03-27 13:29:13 | 58.22 | 92% |
141 | 2022-02-17 14:55:40 | 48.55 | 92% |
109 | 2021-11-04 08:54:15 | 60.43 | 93% |
44 | 2021-11-04 04:23:38 | 54.68 | 94% |
23 | 2021-11-03 17:09:39 | 57.39 | 93% |