Text race history for THANK YOU (qwertydude6)
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 |
2 |
2011-05-29 00:34:20 |
26.98 |
85% |
1 |
2011-05-15 14:56:42 |
28.87 |
91% |