Text race history for jOn (jonsport)
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 |
28 |
2020-05-21 16:34:41 |
47.94 |
96% |
13 |
2020-04-08 05:42:38 |
42.20 |
94% |