Text race history for Hunter (huntertyler)

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 2011-03-20 20:58:26 56.07
9 2011-03-20 20:50:00 52.49
6 2011-03-16 00:18:32 39.19
5 2011-03-12 00:45:39 43.44