Text race history for racer (dev_racer)

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
64 2024-12-28 12:14:04 57.88 96%
34 2024-12-25 14:18:58 57.83 94.6%