Text race history for Philip (pnielsen2)
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-05-25 04:23:25 |
45.79 |
96.1% |
3 |
2023-05-25 04:20:50 |
40.60 |
95.1% |