Text race history for . (ahhhhhhhhhhhhhhhhhh)
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 |
10 |
2023-05-31 10:01:15 |
37.23 |
91.9% |
6 |
2023-05-30 20:06:20 |
34.14 |
91.7% |