Text race history for Maidul (goal100wpm)
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 |
8 |
2023-07-19 08:12:42 |
48.44 |
100% |
3 |
2023-07-19 08:03:43 |
43.12 |
98.2% |