Text race history for Hermano95 (kovacsgellertpal)

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
30 2025-03-11 08:04:31 36.38 97%
20 2025-03-10 07:54:29 32.38 95%
14 2025-03-04 21:27:31 25.99 95%
4 2025-02-28 21:11:56 33.42 96%