Text race history for cole (socol)

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
35 2024-07-22 16:27:07 74.53 98.1%
17 2024-07-05 18:50:56 68.60 98.2%