Text race history for Juudge (reburm)
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 |
14 |
2012-07-17 13:40:55 |
64.31 |
97% |
6 |
2012-06-30 20:59:55 |
54.62 |
92% |