Text race history for Isaac (isaac113)

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 2016-02-11 12:17:42 37.18 91%
5 2016-02-07 12:51:06 25.10 81%