Text race history for snail (snail0)

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
24 2011-09-05 03:00:58 57.39 86%
19 2011-09-05 02:54:54 56.84 91%
10 2011-09-05 02:44:27 47.17 88%
4 2011-09-05 02:37:22 43.55 87%