Text race history for zaarium (zaarium)
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 |
| 3 |
2023-08-12 21:56:35 |
31.87 |
92.1% |
| 1 |
2023-07-07 10:29:01 |
35.84 |
92.9% |