Text race history for Devesh (dev344)
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 |
2014-01-22 08:25:31 |
44.65 |
83% |
4 |
2014-01-22 08:13:24 |
49.96 |
92% |