Text race history for NebulaGrey (dmorrow3)
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 |
10 |
2017-10-31 03:14:14 |
75.70 |
98% |
9 |
2017-10-31 03:13:14 |
76.21 |
98% |