Text race history for Michael (mikeme1)

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
17 2013-03-11 06:15:36 38.89 89%
11 2013-03-11 00:53:21 46.13 94%
6 2013-03-11 00:45:15 39.55 91%
2 2013-03-09 15:30:34 34.97 94%