Text race history for Brian Kip (briankip1)

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
19 2023-08-09 22:18:06 22.82 89.6%
11 2023-08-09 21:51:54 21.35 90.3%