Text race history for onel (onel11)
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-06-11 12:39:26 |
40.66 |
92.1% |
1 |
2023-06-11 12:29:19 |
37.90 |
90.5% |