Text race history for Tim (attilitus)

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
9 2012-01-08 13:45:42 66.83 93%
6 2011-02-06 10:19:45 65.92
3 2011-02-06 10:16:29 53.13