Text race history for M@ (entr0py33)

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
8 2011-07-07 16:19:55 49.96 93%
4 2011-07-07 15:07:39 39.37 88%