Text race history for pug (poug)

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
17 2025-02-15 05:44:54 52.23 96.5%
8 2025-01-15 04:25:25 40.59 94.6%