Text race history for Angus (mr_angoose)
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 |
43 |
2024-06-03 21:05:03 |
53.72 |
96% |
4 |
2023-10-06 01:35:19 |
48.55 |
97% |