Text race history for Fátima (nessa2)
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 |
43 |
2025-06-30 01:35:32 |
26.19 |
97% |
40 |
2025-06-30 01:26:46 |
26.34 |
95% |