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 |
---|---|---|---|
53 | 2013-08-13 09:49:00 | 51.50 | 85% |
52 | 2013-08-13 09:46:06 | 54.71 | 87% |
51 | 2013-08-13 09:45:03 | 64.20 | 92% |
38 | 2013-08-13 08:25:06 | 54.79 | 91% |
27 | 2013-08-12 17:58:13 | 49.49 | 89% |
26 | 2013-08-12 17:56:56 | 44.50 | 84% |
21 | 2013-08-12 17:35:00 | 43.65 | 87% |
16 | 2013-08-12 17:18:10 | 48.13 | 91% |
9 | 2013-08-12 17:03:35 | 39.31 | 81% |
7 | 2013-08-12 17:01:05 | 33.68 | 82% |
6 | 2013-08-12 16:43:01 | 43.15 | 83% |