Text race history for Gideon (gideonbear)

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
6 2024-04-16 11:43:52 68.98 95.9%
4 2023-09-22 12:32:49 74.61 98.1%