Text race history for Emil (limeforce)

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
8 2013-03-18 14:14:04 40.86 90%
1 2013-03-18 14:03:28 37.84 92%