Text race history for Jeff (jeffpc)

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
6 2011-02-08 05:24:44 37.15
5 2011-02-01 19:08:19 35.31
2 2011-02-01 19:03:15 30.25