Text race history for Dr.Braig (drbraig)
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 |
| 46 |
2024-07-29 17:30:08 |
28.66 |
91.5% |
| 42 |
2024-07-28 00:29:12 |
21.79 |
87.6% |