Text race history for jason (jasontime12345)

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 2018-05-08 22:56:51 40.84 93%
7 2018-05-08 22:55:31 45.73 95%
3 2018-04-27 15:18:33 40.12 94%