Text race history for Vicky (iamvicky)

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
11 2013-03-08 14:57:22 30.12 84%
2 2013-03-08 14:41:57 33.06 91%