Text race history for SeeStarz (mfahrim)
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 |
14 |
2024-11-29 16:56:53 |
75.31 |
95.3% |
6 |
2024-11-04 15:35:15 |
73.27 |
96.2% |