Text race history for Bright (_br1ght_)

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 2024-10-29 18:15:57 25.95 96.8%
12 2024-10-14 13:29:35 32.98 94%