Text race history for Sourish (sourish1997)

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
31 2024-04-17 13:10:34 40.69 95.5%
12 2024-03-24 01:04:29 43.82 95.4%