Text race history for Vrexu (vrexo)

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
13 2012-11-27 19:59:20 54.36 97%
10 2012-11-27 07:37:14 49.27 97%
5 2012-11-27 07:29:00 48.93 97%