Text race history for Andy (zettsengir)
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 |
2016-10-30 19:05:32 |
66.57 |
97% |
2 |
2016-10-02 12:03:58 |
48.92 |
90% |