Text race history for Andrei (sobercheg)

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
29 2011-03-16 14:02:46 63.22
15 2011-02-02 11:34:23 61.06
13 2011-02-02 11:32:07 60.00
12 2011-02-02 11:31:11 56.92
6 2011-02-02 10:42:39 64.42