Text race history for maruf (maruf1010)
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 |
12 |
2018-04-06 09:39:03 |
34.48 |
97% |
5 |
2018-04-06 09:24:17 |
33.65 |
97% |