Text race history for Grant (grantly)
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 |
13 |
2022-07-28 14:41:48 |
53.38 |
94% |
3 |
2022-07-27 04:28:57 |
46.24 |
93% |