Text race history for Junji (mochi_with_shoyu)
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 |
58 |
2024-09-25 23:36:32 |
55.45 |
97.6% |
51 |
2024-09-25 23:12:50 |
52.14 |
94.8% |