Text race history for Matthew (shorent)

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
4 2022-11-04 14:27:14 13.99 87%
3 2022-11-04 13:49:03 17.60 89%