Text race history for Abeni (akaabenezer)
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 |
6 |
2024-08-18 18:02:06 |
17.39 |
95.7% |
1 |
2024-08-18 17:44:46 |
17.44 |
91.5% |