Text race history for Pentametric (pentametric)

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
14 2024-05-17 11:57:37 31.64 95.4%
8 2024-05-15 14:20:54 33.55 95%