Text race history for Ben (zed0)

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
5 2019-11-23 00:12:41 49.27 97%
3 2019-11-23 00:10:41 52.50 97%