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 |
---|---|---|---|
35 | 2011-03-14 03:34:20 | 30.16 | |
25 | 2011-03-02 03:44:38 | 32.19 | |
21 | 2011-01-30 22:22:57 | 30.86 | |
16 | 2011-01-29 21:48:07 | 33.78 | |
11 | 2011-01-29 21:37:15 | 32.92 | |
5 | 2011-01-29 20:08:55 | 28.58 |