Text race history for Mash (krazykart)
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 |
9 |
2023-06-24 18:22:54 |
30.10 |
96% |
2 |
2023-06-24 13:21:31 |
26.41 |
93.5% |