Text race history for c4 (noobgalaxy)
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 |
11 |
2011-10-14 08:26:29 |
76.45 |
94% |
1 |
2011-10-14 08:16:44 |
70.66 |
93% |