Text race history for eric (strokes1979)

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
9 2016-05-04 19:03:13 37.88 93%
2 2016-05-04 18:51:16 30.65 93%