Text race history for Tony (yehjunwei)
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 |
2013-04-13 02:18:11 |
48.13 |
97% |
4 |
2013-04-13 02:05:22 |
36.06 |
90% |