Text race history for Carlos (carloszapata)
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 |
9 |
2023-05-13 19:57:05 |
36.26 |
95% |
6 |
2023-05-13 19:52:27 |
41.68 |
95% |