Text race history for Ægir (thorsteinsson)
Back to text analysis page
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-07-12 13:54:59 |
25.58 |
85% |
| 4 |
2011-07-12 13:46:51 |
28.98 |
90% |