Text race history for xmesty (xmesty)

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 2012-12-03 21:57:06 66.42 93%
7 2012-12-03 21:56:05 56.06 86%