Text race history for Isaac (ctrl_sea)

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
75 2023-08-13 13:44:18 35.37 93.5%
50 2023-08-12 04:18:53 31.96 90.1%
32 2023-08-11 20:52:27 40.36 94%
27 2023-08-11 20:34:05 34.52 92.6%