Text race history for Shrikanth (shrikanth)

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
3 2011-08-12 22:25:12 50.62 94%
2 2011-08-12 22:24:13 44.93 91%