Text race history for Jorge Luiz (jorginholuiz)

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
16 2015-02-24 17:27:19 49.58 94%
14 2015-02-23 12:00:55 52.51 94%
9 2015-02-21 12:39:35 45.06 94%
6 2015-02-21 12:33:20 48.99 92%