Text race history for RISKUUU!!U!U (riskian)

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
14 2024-12-04 15:02:22 35.00 92.3%
11 2024-12-04 12:56:28 38.07 91.7%