Text race history for Noiseyguest (noiseyguest)

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
4 2025-04-25 11:03:53 33.41 93.3%
2 2025-04-25 10:59:50 32.62 90.9%