Text race history for manthan (sixtynine_wpm)

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 2025-05-18 09:28:57 69.18 96%
6 2025-03-01 07:20:03 70.97 97.1%