Text race history for Kerry (i8pp)

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 2014-02-05 05:15:21 55.20 94%
1 2014-02-05 05:11:41 44.03 90%