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 | 2013-02-13 06:14:35 | 64.34 | 98% |
37 | 2013-02-10 19:08:17 | 60.64 | 94% |
25 | 2013-02-10 16:58:34 | 65.68 | 99% |
21 | 2013-02-10 09:15:10 | 57.75 | 94% |
14 | 2013-02-10 08:46:36 | 58.82 | 95% |
11 | 2013-02-10 08:42:55 | 60.27 | 96% |
8 | 2013-02-10 08:38:10 | 55.54 | 94% |
5 | 2013-02-10 08:33:25 | 50.94 | 95% |