Text race history for Karol Montoya Mendoza (karol_mm)

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 2024-10-21 02:53:33 22.51 96.2%
23 2024-09-30 01:17:44 23.24 96.5%
9 2024-09-09 04:00:05 24.26 98.7%
2 2024-09-09 03:02:39 23.60 97.6%