Text race history for [MG] Elienai Governador Valadares (elienai2)

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
5 2011-04-14 04:59:43 25.86
4 2011-04-14 04:51:27 31.46