Text race history for nullun (nullun)

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
16 2024-07-11 20:57:43 45.94 93.5%
6 2023-06-08 06:13:27 40.79 94.3%