Text race history for Angly (liciti)

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
12 2020-12-04 18:44:27 74.98 99%
10 2011-02-01 19:08:03 50.03
7 2011-02-01 19:02:54 46.20
5 2011-02-01 18:58:24 47.85