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 |
---|---|---|---|
32 | 2011-08-04 01:23:47 | 62.70 | 94% |
29 | 2011-07-25 15:11:20 | 53.20 | 91% |
27 | 2011-07-25 15:07:57 | 55.43 | 94% |
13 | 2011-07-03 04:42:07 | 51.10 | 94% |
11 | 2011-07-03 04:40:29 | 51.04 | 87% |
10 | 2011-07-03 04:39:29 | 57.53 | 93% |