Text race history for Arvi (arvi4321)
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 |
12 |
2024-07-17 16:15:02 |
34.92 |
95.1% |
4 |
2024-07-17 16:04:45 |
34.28 |
92% |