Text race history for Metal Man (its_a_new_beggining)

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
7 2011-08-13 07:21:33 40.78 91%
4 2011-06-04 16:27:02 41.75 93%