Text race history for apoorv (akky89)
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 |
| 12 |
2015-04-30 03:53:32 |
38.96 |
97% |
| 9 |
2013-01-07 12:06:13 |
37.74 |
93% |