Text race history for Madeleine (m_w_p)

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
6 2025-04-11 14:12:49 18.20 90.3%
5 2025-04-09 23:19:35 20.85 89.5%