Text race history for Nana (nanaisnotavailable)
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-08-25 22:54:30 |
26.23 |
93.3% |
6 |
2024-08-22 01:19:02 |
26.08 |
96.4% |