Text race history for ko (nskostas)

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
30 2015-12-04 14:35:08 51.02 99%
22 2015-11-20 11:47:20 50.76 92%
18 2015-11-19 18:45:21 58.54 99%
6 2015-06-21 22:18:43 57.07 99%