Text race history for (delirious)
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-01-27 22:41:19 |
87.17 |
98% |
4 |
2019-01-27 22:38:15 |
84.98 |
98% |