Text race history for good_bedbug (good_bedbug)

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
23 2025-01-14 03:26:25 32.03 97.1%
22 2025-01-14 03:19:44 24.09 96.2%
17 2025-01-12 23:50:53 32.06 95.9%
4 2025-01-10 04:44:05 24.60 94.3%