Text race history for Stop (stop__)

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
30 2023-04-16 09:56:06 36.95 93%
3 2023-04-14 21:34:08 32.00 94%