Text race history for Rafa (techzin)

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
7 2011-08-12 21:17:19 31.62 79%
4 2011-08-12 21:00:39 23.50 77%