Text race history for tstats[joshuarose] (joshuarose)

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
54 2024-06-17 07:26:12 86.21 96.7%
43 2024-06-17 07:08:20 102.14 97.6%
23 2022-05-07 11:20:06 55.39 95%
14 2022-05-07 11:03:14 61.58 96%