Text race history for Rob (liquid29)

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 2015-08-26 02:23:56 73.86 94%
4 2015-08-24 00:15:33 71.99 91%
3 2015-08-24 00:14:40 75.73 92%
1 2015-08-24 00:12:24 70.11 89%