Text race history for Solomon (solomonarsnova)

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
62 2025-10-20 07:26:45 48.31 97%
52 2025-08-26 05:35:28 44.12 95%
26 2025-07-07 09:34:23 38.68 95%