Text race history for Ezra (thedigitalallo)
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 |
18 |
2025-01-22 09:05:07 |
55.89 |
98.1% |
14 |
2025-01-22 08:49:20 |
54.26 |
96.4% |