Text race history for renan (renanv)

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-16 20:17:06 35.26 93.5%
31 2023-07-26 13:26:04 23.23 94.4%