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 |
---|---|---|---|
40 | 2016-07-20 00:39:53 | 72.76 | 93% |
39 | 2016-07-20 00:39:01 | 80.08 | 96% |
23 | 2016-06-29 02:20:54 | 77.52 | 94% |
17 | 2016-06-25 21:59:28 | 76.58 | 93% |
2 | 2016-06-04 03:15:07 | 69.08 | 93% |