Text race history for Kazaam Vargas (kazaam37)

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
29 2024-10-28 01:35:30 25.24 94.9%
8 2024-09-30 01:56:38 25.69 94.8%