Text race history for Edgar (egonzalez0787)

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
4 2011-05-29 05:11:31 33.06 91%
1 2011-05-27 23:13:24 34.06 93%