Text race history for zach (zachleachtx)
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 |
6 |
2020-09-20 16:47:10 |
62.17 |
94% |
3 |
2020-09-15 15:23:02 |
61.83 |
94% |