Text race history for kewl (hyper_racer)

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
46 2019-07-20 20:29:49 68.38 98%
33 2019-05-01 16:51:26 54.56 94%
3 2018-11-01 15:45:40 47.50 95%
1 2018-11-01 15:34:40 38.59 93%