Text race history for sakhaprox (rportnoy)
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 |
13 |
2010-12-22 02:51:29 |
49.52 |
|
8 |
2010-12-22 02:43:08 |
41.87 |
|