Text race history for J (hellsome)

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
17 2011-12-11 20:52:33 46.81 99%
12 2011-12-11 13:46:20 35.98 91%
7 2011-06-19 20:35:54 41.82 94%
6 2011-06-19 20:13:42 46.58 94%