Text race history for Andreas (psibar)

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
15 2015-09-12 19:46:11 25.85 94%
10 2015-09-12 19:30:12 22.47 88%
4 2015-09-12 19:19:13 22.11 91%