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 |
---|---|---|---|
33 | 2015-03-18 04:49:35 | 63.77 | 99% |
32 | 2015-03-18 04:48:33 | 59.59 | 97% |
30 | 2015-03-18 04:45:31 | 53.17 | 94% |
14 | 2015-03-18 04:15:03 | 48.33 | 94% |
10 | 2011-04-24 22:38:56 | 43.87 |