Text race history for X (spark_mandrill)
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 |
2025-05-17 20:01:44 |
49.42 |
98.2% |
4 |
2025-05-15 20:27:30 |
48.46 |
98.1% |