Text race history for tico (slowcheetah)

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
7 2023-08-22 00:32:44 43.99 94.3%
5 2017-12-22 17:25:17 49.00 96%