Text race history for KUQ E ZI (scorpiongr)

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
9 2013-01-02 01:18:30 41.96 96%
2 2012-12-31 05:53:20 32.95 96%