Text race history for MX MECHANICAL (mx_mechanical)

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
43 2024-09-06 13:02:52 42.79 94.5%
14 2024-08-31 21:58:45 41.21 95.1%