Text race history for David (david_chen)
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 |
17 |
2025-04-25 16:56:46 |
38.08 |
93% |
12 |
2025-04-25 15:16:41 |
38.56 |
96% |