Text race history for Facebook me @ (honnyhonny)

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 2018-05-08 23:15:26 37.49 97%
1 2018-05-08 23:12:44 35.52 97%