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 |
---|---|---|---|
56 | 2012-04-02 22:46:07 | 56.14 | 91% |
52 | 2012-01-20 07:46:14 | 51.62 | 91% |
47 | 2012-01-16 01:27:05 | 45.73 | 85% |
41 | 2011-12-31 11:27:20 | 42.30 | 82% |
33 | 2011-12-31 11:11:55 | 45.43 | 84% |
30 | 2011-12-31 11:04:24 | 41.98 | 83% |
25 | 2011-12-31 10:55:08 | 48.42 | 87% |
12 | 2011-12-30 10:51:24 | 35.63 | 83% |
8 | 2011-12-24 07:48:26 | 42.29 | 87% |