Text race history for Shanon (shadowyshadows)
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 |
8 |
2020-06-18 19:44:02 |
71.45 |
97% |
4 |
2019-07-27 06:37:45 |
54.82 |
97% |