Text race history for cam (camboi57)

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
5 2024-04-16 17:59:10 67.49 97%
2 2024-01-19 20:07:43 62.15 94.6%