Text race history for into-the-abyss (_yash_)

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
8 2023-07-22 06:43:38 32.65 93.9%
2 2023-06-02 12:16:17 36.30 95.9%