Text race history for duh (maparkski)
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 |
46 |
2025-02-07 17:01:55 |
46.39 |
94.8% |
38 |
2025-01-12 10:56:33 |
47.06 |
94.9% |