Text race history for marius (marius_)
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 |
4 |
2011-05-21 09:13:31 |
72.89 |
93% |
2 |
2011-05-21 09:02:18 |
77.09 |
96% |