Text race history for :( (altrocality_dvorak_acc)

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
22 2023-01-06 08:01:38 69.44 95%
20 2023-01-06 07:59:41 65.05 94%