Text race history for Fritzchen (fritzchen)
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 |
54 |
2024-06-20 07:33:03 |
52.53 |
96% |
41 |
2023-12-25 01:52:19 |
60.91 |
97.6% |