Text race history for victor (potatoloh228)

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-05-30 10:59:22 97.57 92%
2 2017-05-30 10:57:50 94.14 95%