Text race history for Devin (itsdanerd)
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 |
3 |
2017-11-28 23:37:18 |
51.86 |
97% |
1 |
2017-11-08 19:07:43 |
52.70 |
97% |