Text race history for Yan (gopnikls)

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
9 2025-03-13 21:04:01 37.97 95.9%
4 2025-03-09 17:19:03 34.79 97.6%