Text race history for LeSirH (lesirh)

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
99 2019-11-27 21:14:25 80.89 97%
90 2019-09-22 15:50:56 73.00 95%
83 2019-09-02 18:33:01 82.91 96%
9 2019-08-08 03:23:48 70.89 94%