Text race history for Adrian (apardo04)

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
12 2015-09-17 22:45:01 39.97 93%
3 2015-09-03 22:13:56 36.51 94%