Text race history for Arik (_arik)

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
8 2023-06-05 15:46:20 44.10 97%
1 2023-05-25 17:11:26 40.07 94.8%