Text race history for olari (olaridv)
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 |
6 |
2019-10-09 07:14:58 |
71.93 |
99% |
5 |
2019-10-09 07:14:07 |
74.68 |
99% |