Text race history for Jon (zzrdvark)

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
8 2011-04-10 02:53:24 66.65
7 2011-04-10 02:52:21 69.55
5 2011-04-10 02:49:40 72.58