Text race history for DankiCat (dankicat)

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
1 2024-08-07 16:52:15 27.53 88.7%