Text race history for hexanut (hexanut)

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
14 2024-10-27 06:03:07 68.57 96.2%