Text race history for Jonas (superare)
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 |
3 |
2025-06-05 14:35:39 |
58.86 |
96% |
1 |
2025-05-15 08:23:37 |
42.04 |
95.5% |