Text race history for 3rd Place (bomtombadil)

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
80 2014-10-07 22:29:07 51.60 94%
72 2014-10-04 01:39:08 54.36 97%
45 2014-09-13 21:06:33 50.49 94%
27 2014-08-04 01:32:56 47.14 96%