Text race history for guy (grayeyes)

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
14 2016-12-30 11:44:09 55.43 87%
11 2016-12-29 21:33:19 56.35 85%