Text race history for rania (sdw0dp)
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-05-11 18:10:13 |
23.14 |
89.2% |
3 |
2024-05-11 18:05:25 |
23.52 |
89.8% |