Text race history for wkn1 (wkn1)

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
68 2024-11-22 14:24:52 31.11 90.6%
57 2024-11-22 11:53:07 24.72 90.2%
11 2024-02-08 01:34:43 18.25 87.2%