Text race history for Peter (peterpop)

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
10 2014-02-22 21:59:59 50.54 93%
3 2012-09-25 22:09:00 43.87 92%