Text race history for Ronin Deschamps (real_roninx)
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 |
13 |
2024-12-25 18:10:04 |
35.82 |
91.8% |
2 |
2023-10-21 19:02:27 |
31.95 |
92.6% |