Text race history for Naeem Khan (nammy18)
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 |
7 |
2023-07-14 09:09:36 |
41.85 |
95.7% |
2 |
2023-07-13 07:35:21 |
37.86 |
94.3% |