Text race history for unfrog (unfrog)

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
2 2017-11-21 23:29:51 76.27 98%
1 2017-11-21 23:29:01 71.21 98%