Text race history for ProRick2358Y (prysp)

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
45 2025-07-11 20:14:01 45.78 95%
21 2025-07-07 19:48:43 46.74 95%
6 2025-07-05 14:40:59 44.37 94%
2 2025-07-05 14:18:22 43.80 96%