Text race history for w (artemisfowl3rd)

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
5 2013-12-13 20:27:04 75.57 94%
2 2013-12-13 20:23:05 66.89 94%