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 |
---|---|---|---|
22 | 2011-04-05 17:01:36 | 33.32 | |
19 | 2011-04-05 16:57:04 | 29.80 | |
18 | 2011-02-07 15:50:39 | 29.18 | |
14 | 2011-02-07 15:43:04 | 28.25 | |
7 | 2011-01-28 14:39:24 | 26.63 | |
4 | 2011-01-28 11:38:10 | 25.04 |