Text race history for Matho (matho_)

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
11 2024-09-25 06:43:15 43.29 91.9%
7 2024-09-25 06:34:26 40.76 94.7%