Text race history for Greg (sanzmaxxon)

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
12 2015-09-24 22:16:27 32.27 92%
9 2015-09-23 21:19:11 29.82 93%
7 2015-09-22 22:20:54 27.44 93%
3 2015-09-03 22:17:46 28.27 94%