Text race history for mom (ncmi)
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 |
2 |
2023-07-01 22:46:56 |
57.29 |
96.5% |
1 |
2023-07-01 22:45:36 |
51.22 |
95.9% |