Text race history for Dynamic (dynamic_x)
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 |
31 |
2024-10-03 14:53:54 |
29.62 |
96.5% |
23 |
2024-10-03 12:56:11 |
26.12 |
90.1% |