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 |
---|---|---|---|
181 | 2020-01-22 11:47:42 | 36.33 | 95% |
174 | 2020-01-15 12:27:48 | 33.89 | 95% |
172 | 2020-01-15 12:22:23 | 32.20 | 94% |
152 | 2020-01-02 14:35:03 | 30.07 | 94% |
146 | 2019-12-31 12:04:01 | 32.57 | 93% |
138 | 2019-12-07 20:58:21 | 27.48 | 92% |
130 | 2019-12-07 15:17:49 | 25.19 | 92% |
114 | 2019-12-05 14:53:53 | 25.79 | 94% |
81 | 2019-11-26 12:23:32 | 25.19 | 93% |
41 | 2019-10-01 17:34:48 | 16.14 | 88% |
9 | 2019-08-31 17:25:19 | 24.33 | 97% |