Text race history for Kevin (kevin_31)

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
27 2024-04-20 10:32:58 36.34 92.8%
21 2024-04-20 10:07:05 37.00 92.4%