Text race history for ali (ali477)

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
3 2025-08-03 18:12:55 21.65 89%
2 2025-08-03 18:10:50 20.91 90%