Text race history for Edwin (lolololpie)

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-04-09 12:20:11 78.09
6 2011-04-09 12:13:06 66.59
5 2011-04-09 12:09:28 65.83
2 2011-04-09 12:06:43 53.01