Text race history for Dan (testsubject1)

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
23 2025-10-12 04:00:06 65.36 94%
9 2025-10-12 03:12:43 63.68 93%