Text race history for i'd buy that for a dollar! (pentalon)

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
19 2013-10-17 22:32:35 81.80 98%
3 2013-10-17 22:09:33 70.51 94%