Text race history for kashish (kashishnegi)
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 |
51 |
2025-02-02 05:11:19 |
48.66 |
94.3% |
3 |
2024-01-21 17:22:17 |
50.77 |
97.6% |