Text race history for Shirmyn (shirmyn92)

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
7 2024-01-17 06:53:18 32.13 96.9%
1 2024-01-16 08:11:56 24.47 95.8%