Text race history for An (annoyed)

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 2009-12-26 18:06:46 45.96
9 2009-12-26 17:57:33 49.52
7 2009-12-26 17:54:49 46.60