Text race history for warlord (warlord1999)
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 |
19 |
2025-06-15 03:51:30 |
35.65 |
94% |
2 |
2025-06-15 03:21:56 |
31.05 |
92% |