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 |
|---|---|---|---|
| 18 | 2011-04-30 21:01:19 | 71.85 | |
| 17 | 2011-04-30 21:00:39 | 62.55 | |
| 16 | 2011-04-30 20:59:51 | 62.42 | |
| 11 | 2011-04-30 20:54:13 | 73.86 | |
| 2 | 2011-04-30 20:43:21 | 58.51 |