Text race history for . (qwertrewq)

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
6 2012-09-28 20:37:08 77.68 99%
2 2012-09-28 16:44:41 72.45 96%