Text race history for Sauski (sauski)
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-02-01 08:56:57 |
32.36 |
94.6% |
| 3 |
2024-01-31 15:13:33 |
27.35 |
93.8% |