Text race history for asepBoljug (mnien)

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 2023-08-18 11:57:33 66.68 94.7%
8 2023-08-18 11:53:03 64.95 95.8%