Text race history for ABTech19 (abtech19)
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 |
10 |
2025-03-13 12:07:44 |
33.53 |
92% |
7 |
2025-01-03 04:47:39 |
24.17 |
91.7% |