Text race history for krish (krish120)

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
8 2024-11-16 15:30:24 20.09 89.9%
5 2024-11-16 15:22:33 17.75 90.4%