Text race history for Matthew (mppp)

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
22 2012-12-12 01:11:53 63.88 96%
21 2012-12-08 12:41:05 55.96 93%
20 2012-12-08 12:26:27 63.65 96%
15 2012-12-01 02:08:16 55.30 91%
12 2012-12-01 00:35:54 62.68 96%