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 |
---|---|---|---|
183 | 2018-10-11 16:16:03 | 29.31 | 96% |
143 | 2018-10-05 08:27:54 | 24.95 | 94% |
134 | 2018-09-29 16:58:54 | 24.09 | 95% |
125 | 2018-09-29 16:44:57 | 25.15 | 95% |
119 | 2018-09-29 14:06:19 | 25.13 | 95% |
112 | 2018-09-29 13:54:03 | 26.42 | 96% |
104 | 2018-09-29 13:40:01 | 26.57 | 96% |
97 | 2018-09-29 13:27:43 | 26.51 | 96% |
90 | 2018-09-29 13:13:28 | 24.95 | 95% |
82 | 2018-09-29 12:59:51 | 23.22 | 93% |
75 | 2018-09-29 12:46:48 | 24.65 | 97% |
60 | 2018-09-29 12:22:46 | 21.32 | 95% |