Text race history for Douglas (douglassegatto)

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
21 2013-01-21 05:44:57 75.32 84%
17 2013-01-21 05:36:02 70.90 92%
16 2013-01-21 05:34:21 68.53 93%
4 2012-12-21 04:49:27 64.88 92%