Text race history for (corsairchris)

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
25 2023-07-18 19:15:11 108.00 98.8%
24 2023-07-18 19:14:17 94.81 98.3%
22 2023-05-29 11:43:43 74.95 97.3%
16 2023-05-29 11:34:06 86.27 98.8%