Text race history for Amos (amosbird)

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
23 2017-10-01 10:02:25 61.59 96%
20 2017-09-05 10:35:12 64.26 98%
8 2017-07-05 13:16:06 49.81 98%
5 2017-05-05 06:47:09 56.79 96%