Text race history for 人間で (innonimate)
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 |
4 |
2012-09-28 00:43:31 |
79.50 |
92% |
3 |
2012-09-28 00:42:39 |
67.36 |
89% |