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 | 2013-10-02 14:31:36 | 91.41 | 97% |
28 | 2010-03-04 18:15:27 | 100.63 | |
27 | 2010-03-04 18:14:16 | 69.18 | |
23 | 2010-02-07 16:31:54 | 84.23 | |
21 | 2010-01-01 15:41:18 | 74.80 | |
20 | 2010-01-01 15:38:42 | 83.22 |