Text race history for Jullian (2xyou)
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 |
2023-06-08 17:59:14 |
36.59 |
93% |
| 3 |
2023-06-08 17:50:09 |
31.37 |
93% |