Text race history for Ghast (16ixremizov08)

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 2012-03-06 15:50:15 24.65 92%
7 2012-02-10 15:58:41 24.09 92%
3 2012-02-09 15:41:09 23.43 94%