Text race history for Ericc (room_20four)

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
3 2011-01-31 08:41:39 32.76
2 2011-01-31 08:37:07 33.77