Text race history for insta_AydinR1K (aydinyt)
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 |
18 |
2025-04-27 21:22:04 |
48.26 |
94.8% |
2 |
2025-03-29 05:57:50 |
31.27 |
92.9% |