Text race history for bulbulator (amusement5912)

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
26 2023-11-02 20:04:51 39.57 96.5%
4 2023-09-27 14:42:47 39.52 97.1%