Text race history for Zaki (zakib978)

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
12 2023-06-22 01:30:43 33.10 96%
2 2023-06-20 21:33:51 17.16 93.6%