Text race history for Brandon (cadafish)

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
5 2012-04-26 15:54:07 28.89 88%
4 2012-04-26 15:52:01 27.75 93%