Text race history for Wilda (wilprevil)
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 |
13 |
2017-05-18 23:57:20 |
35.71 |
93% |
8 |
2017-05-18 23:47:04 |
26.94 |
86% |