Text race history for Hau (hauhauh)

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
34 2023-10-31 14:19:29 56.80 97.6%
6 2021-08-15 18:44:07 27.14 96%