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 | 2013-03-27 12:35:52 | 49.95 | 95% |
22 | 2013-03-27 12:21:22 | 45.20 | 94% |
21 | 2013-03-27 12:20:06 | 44.68 | 92% |
10 | 2013-03-12 21:54:06 | 44.92 | 97% |
7 | 2013-03-12 21:49:36 | 44.34 | 94% |