Text race history for rainbowmeh (rainbowmeh_)

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
10 2023-07-04 08:19:47 44.63 91.9%
7 2023-07-02 16:32:28 50.12 94.9%