Text race history for Dave (almitydave)

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 2012-04-05 22:17:35 67.78 96%
6 2012-01-13 23:21:28 61.31 96%