Text race history for T (tchamb)
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 |
8 |
2017-07-05 21:21:01 |
34.74 |
97% |
3 |
2017-07-05 19:59:03 |
29.96 |
93% |