Text race history for (dso093)
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 |
15 |
2024-12-29 20:32:44 |
67.86 |
95.7% |
13 |
2024-12-29 20:30:47 |
68.50 |
97% |