Text race history for RBK (rbiskupicknight)

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
7 2015-09-03 22:20:43 49.85 89%
4 2015-09-03 22:12:50 55.04 97%
3 2015-09-03 22:11:33 50.73 95%