Text race history for Tormentor (captain_tormentor)
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 |
4 |
2024-06-20 17:34:49 |
29.36 |
98.8% |
2 |
2024-06-20 17:22:02 |
26.97 |
96.4% |