Text race history for Basar (bsrykt)

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
7 2013-01-21 11:24:39 55.80 99%
6 2012-12-12 10:05:59 51.06 95%