Text race history for KC (hotdogkc)

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
17 2012-12-01 02:50:44 43.42 93%
14 2012-11-27 23:00:15 43.90 92%
7 2012-07-20 22:11:05 37.11 89%
5 2012-05-25 22:17:32 37.58 90%