Text race history for Mitch (stoopify)

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 2013-02-11 22:21:31 70.13 98%
1 2013-02-11 22:09:18 61.71 95%