Text race history for PatSlat (patslat)

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-28 00:19:02 55.11 97%
6 2013-03-28 00:16:25 45.74 90%