Text race history for Jhonny Condori (jhonny_ct)
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 |
38 |
2025-06-30 01:35:35 |
25.22 |
93% |
35 |
2025-06-30 01:26:44 |
26.96 |
93% |