Text race history for Matan (matansel)
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 |
7 |
2017-12-14 06:22:53 |
34.22 |
92% |
2 |
2017-12-14 06:14:35 |
30.75 |
92% |