Text race history for lightning (pespidoge)

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-19 14:12:22 65.08 90%
1 2017-05-19 14:06:40 66.70 91%