Text race history for Carter (integritytester)

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
3 2017-09-22 22:36:03 27.32 95%
1 2017-09-22 22:33:29 26.64 95%