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 |
---|---|---|---|
53 | 2021-01-19 12:34:05 | 31.52 | 94% |
43 | 2020-12-10 12:10:35 | 30.46 | 93% |
36 | 2020-12-08 11:56:22 | 30.73 | 92% |
34 | 2020-12-07 16:56:15 | 37.78 | 97% |
29 | 2020-12-06 09:24:06 | 36.85 | 97% |
23 | 2020-12-04 00:51:22 | 35.65 | 98% |
17 | 2020-12-01 16:54:13 | 29.17 | 95% |
14 | 2020-11-25 06:54:09 | 28.03 | 94% |
9 | 2020-11-22 14:57:37 | 33.55 | 93% |
8 | 2020-11-22 14:52:56 | 25.75 | 92% |
2 | 2020-11-20 04:36:32 | 30.20 | 93% |