Text race history for Aditya Prakash (typist2)

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 2012-01-13 09:18:37 39.66 90%
1 2011-01-28 14:39:26 25.85