Text race history for Thiago (marano)
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 |
2013-06-03 11:37:34 |
43.02 |
91% |
| 3 |
2011-08-12 21:20:19 |
37.59 |
92% |