Text race history for Tonyinqsss (tonyinqsss)
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 |
| 15 |
2025-05-31 13:34:47 |
63.04 |
95% |
| 2 |
2025-05-31 00:27:31 |
69.57 |
96% |