Text race history for notpvs (notpvs)
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 |
15 |
2025-04-25 11:57:54 |
57.13 |
93% |
14 |
2025-04-25 11:57:05 |
54.63 |
93% |