Text race history for blueeagle (style.my.passion@gmail.com)

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
23 2013-03-01 19:14:47 36.82 93%
18 2013-03-01 18:20:19 33.76 95%
12 2013-02-10 15:22:01 36.13 91%
7 2013-02-10 14:44:00 28.03 88%