Text race history for Girish (girish_heree)
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 |
5 |
2024-06-27 21:02:01 |
18.52 |
91.1% |
3 |
2024-06-27 20:55:23 |
17.53 |
90.3% |