Text race history for avivsq12 (avivsq12)
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-27 03:49:34 |
53.26 |
96.6% |
4 |
2023-06-27 03:28:16 |
50.73 |
97.1% |