Text race history for Ryan (firestarshadow)

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
3 2023-08-22 03:50:36 32.66 91.6%
1 2023-08-22 03:46:22 29.64 92.5%