Text race history for zo (zohway)
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 |
21 |
2023-11-24 05:16:25 |
50.98 |
94.4% |
17 |
2023-11-10 22:28:37 |
58.53 |
97.6% |