Text race history for Rustam (rustam687)
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 |
2021-07-04 08:50:07 |
53.33 |
96% |
1 |
2021-06-19 08:12:16 |
47.62 |
96% |