Text race history for Karl (kistenklaus)

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
20 2025-02-09 19:34:32 68.04 95%
4 2025-01-06 20:32:37 61.53 94%