Text race history for Sporak (cheeseballoon)

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
10 2025-06-02 16:58:40 46.09 96%
5 2023-07-25 08:14:34 36.06 92.1%