Text race history for liiz mariela perez gervacio (liz_mariela_perez)

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
35 2025-05-19 00:17:59 15.14 94.5%