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 |
---|---|---|---|
23 | 2011-06-14 11:48:52 | 42.06 | 93% |
21 | 2011-06-14 11:44:54 | 46.05 | 95% |
19 | 2011-06-14 11:30:58 | 43.62 | 93% |
14 | 2011-06-13 14:34:59 | 42.97 | 95% |
11 | 2011-06-13 14:31:27 | 36.28 | 91% |
8 | 2011-06-12 11:33:00 | 35.33 | 92% |
5 | 2011-06-12 11:25:59 | 39.23 | 93% |
2 | 2011-06-08 09:35:14 | 30.89 | 94% |