Text race history for Blake (blakee)
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 |
12 |
2016-02-11 12:17:55 |
29.29 |
97% |
6 |
2016-02-07 12:50:38 |
40.57 |
95% |