Text race history for Pawornprut Siriwattanakan (stormminer)

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
9 2025-05-09 03:29:14 32.08 94.4%
7 2025-05-09 03:26:29 33.46 94%
6 2025-05-09 03:25:16 31.03 92.9%
5 2025-05-09 03:24:04 26.35 92.3%