Text race history for Mahler9 (jeremy0d)
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 |
2 |
2017-05-30 13:57:11 |
48.85 |
98% |
1 |
2017-04-11 17:40:43 |
38.11 |
96% |