Text race history for Unknown (chess1234)

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
21 2015-04-30 11:23:33 41.67 72%
16 2015-04-30 11:13:29 41.88 73%
12 2015-04-24 09:41:27 47.58 77%
11 2015-04-24 09:40:23 26.94 77%
8 2015-04-24 09:35:55 39.95 74%
4 2015-04-22 06:55:11 36.49 85%