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 |
---|---|---|---|
62 | 2018-05-04 13:22:01 | 36.39 | 95% |
59 | 2018-05-04 13:17:40 | 34.22 | 93% |
54 | 2018-05-04 13:08:19 | 35.42 | 97% |
43 | 2018-05-04 12:50:57 | 38.45 | 96% |
34 | 2018-05-03 07:26:02 | 34.61 | 95% |
27 | 2018-05-03 07:14:35 | 32.61 | 96% |
19 | 2018-05-01 05:03:07 | 33.62 | 93% |
10 | 2018-05-01 04:47:29 | 32.40 | 95% |