Text race history for (hengnix)

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
8 2025-03-06 11:12:34 74.22 97%
2 2025-03-04 11:54:03 74.76 98.2%