Text race history for Ravenzlayer (r4nd4ll)
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 |
10 |
2016-05-19 17:04:56 |
50.85 |
93% |
7 |
2016-05-19 16:57:30 |
47.80 |
91% |