Text race history for John Smith (fireblade28)

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
24 2024-01-03 16:15:17 42.08 96.4%