Text race history for simen (weeooweeoo)

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 2018-01-26 11:08:28 46.47 98%
1 2018-01-25 15:56:03 36.36 95%