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 |
---|---|---|---|
30 | 2017-05-13 08:33:24 | 47.03 | 84% |
29 | 2017-05-13 08:31:34 | 66.93 | 96% |
25 | 2017-05-13 08:24:34 | 55.99 | 89% |
24 | 2017-05-13 08:23:32 | 53.02 | 91% |
23 | 2017-05-13 08:22:23 | 61.20 | 91% |
22 | 2017-05-13 08:21:10 | 59.53 | 92% |
13 | 2017-05-13 08:06:55 | 56.61 | 90% |
10 | 2017-05-13 08:01:18 | 59.31 | 94% |
9 | 2017-05-13 07:59:53 | 47.94 | 86% |