Text race history for Matt (rodo_)

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
8 2023-09-18 19:05:37 66.51 97.2%
3 2023-09-18 19:00:13 58.59 94.7%