Text race history for Blake (eclypse750)

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
13 2024-07-24 02:18:54 46.54 97.5%
5 2024-07-24 02:06:35 43.56 95.5%