Text race history for Anup (humblehunter)
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 |
9 |
2017-10-16 10:55:35 |
32.00 |
94% |
4 |
2017-10-16 10:45:17 |
29.40 |
94% |