Text race history for typeyMcTypeFace (mslib9)

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
26 2016-08-24 04:33:40 52.58 95%
20 2016-08-24 04:22:40 47.07 92%
15 2016-08-23 05:36:22 44.74 99%
5 2016-08-22 00:22:01 46.33 97%