Text race history for Taro (yada)

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
54 2015-05-03 15:16:08 105.08 99%
23 2012-10-07 12:37:53 88.97 96%
20 2012-10-07 12:34:30 91.80 98%
19 2012-10-07 12:33:40 84.82 95%