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 |
---|---|---|---|
50 | 2012-01-09 14:54:58 | 38.96 | 93% |
43 | 2011-12-26 19:53:05 | 38.03 | 93% |
37 | 2011-12-26 19:41:54 | 35.58 | 93% |
32 | 2011-11-23 18:57:27 | 37.89 | 97% |
28 | 2011-11-23 18:51:19 | 33.00 | 94% |
23 | 2011-11-09 11:56:51 | 32.00 | 96% |
19 | 2011-11-09 11:50:16 | 29.12 | 92% |
14 | 2011-11-09 11:42:12 | 26.41 | 95% |
10 | 2011-11-09 11:35:06 | 26.80 | 96% |
6 | 2011-11-09 11:27:52 | 24.62 | 92% |
3 | 2011-10-20 20:41:02 | 18.25 | 89% |