Text race history for Ciarbin (ciarbin)
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 |
7 |
2023-11-22 21:59:44 |
42.65 |
92.9% |
1 |
2023-07-22 17:28:26 |
47.00 |
95.7% |