Text race history for Konrad (chlupkaw)

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
29 2016-11-13 18:00:09 42.18 97%
21 2016-11-08 16:43:07 40.06 95%
15 2016-11-08 02:03:09 32.56 96%
11 2016-11-08 01:04:21 37.88 96%
1 2016-11-07 22:32:15 35.44 96%