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 |
---|---|---|---|
38 | 2019-05-10 03:30:33 | 48.05 | 93% |
37 | 2019-05-10 03:29:49 | 52.71 | 93% |
30 | 2019-05-07 04:54:21 | 59.56 | 97% |
29 | 2019-05-07 04:50:07 | 50.71 | 89% |
23 | 2019-05-07 04:42:18 | 51.12 | 92% |
12 | 2019-05-03 03:38:49 | 42.28 | 92% |
11 | 2019-05-03 03:35:40 | 43.10 | 92% |
3 | 2019-05-03 02:57:46 | 43.80 | 93% |