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 |
---|---|---|---|
65 | 2017-09-16 17:20:13 | 30.55 | 94% |
59 | 2017-09-16 15:50:37 | 36.22 | 95% |
53 | 2017-09-16 15:39:11 | 35.43 | 95% |
46 | 2017-09-16 15:27:29 | 39.51 | 97% |
40 | 2017-09-10 16:34:26 | 37.00 | 96% |
38 | 2017-09-10 16:30:57 | 34.98 | 96% |
33 | 2017-09-09 19:38:00 | 32.06 | 96% |
25 | 2017-09-09 19:23:11 | 29.71 | 95% |
23 | 2017-09-08 06:57:39 | 30.74 | 93% |
18 | 2017-09-08 06:47:26 | 32.10 | 94% |
13 | 2017-09-08 06:38:53 | 32.59 | 97% |
8 | 2017-09-08 06:29:48 | 27.53 | 94% |
3 | 2017-09-06 08:42:01 | 27.02 | 95% |