Text race history for Elemental (elementalscar)
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 |
20 |
2024-08-17 04:41:18 |
48.89 |
96% |
4 |
2024-08-06 20:38:29 |
29.93 |
94.1% |