Text race history for ^_^ (rainbowdashc)

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
11 2014-03-10 21:15:42 83.43 91%
10 2014-03-10 21:13:18 81.62 94%
9 2014-03-10 21:12:23 78.37 92%
5 2014-03-10 21:07:57 72.88 91%