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 |
---|---|---|---|
6 | 2011-02-12 03:10:24 | 40.54 | |
5 | 2011-02-12 03:08:21 | 32.90 | |
2 | 2011-02-12 02:58:50 | 28.33 |