Text race history for [NTM]andrew1167 (andrew1167)

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
8 2016-12-09 01:42:08 46.01 89%
4 2013-04-21 23:32:51 35.06 81%