Text race history for Ron (xrdmzx)
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 |
| 5 |
2015-09-03 22:17:33 |
35.26 |
96% |
| 3 |
2015-09-03 22:14:11 |
28.14 |
91% |