Text race history for Shoemaker-Levy 9 (atthetop)

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
86 2018-11-01 18:53:12 75.09 95%
34 2018-10-31 23:44:49 67.82 93%