Text race history for asburton (asburtongrove)
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 |
2024-06-10 04:37:50 |
60.74 |
96.7% |
| 1 |
2024-06-10 04:35:39 |
52.12 |
94.8% |