Text race history for Lucas (clausm)

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
28 2025-10-26 00:14:25 43.03 91%
21 2025-10-24 12:14:34 40.26 91%
7 2025-10-21 15:15:45 45.32 93%
5 2025-10-21 15:13:17 46.64 97%