Text race history for plop (ploppiplop)

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
10 2023-07-10 07:33:09 70.35 97.1%
6 2023-07-10 07:26:46 67.93 96.6%