Text race history for Ricardo (richardgomes7d)

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
82 2016-02-19 18:48:24 35.24 90%
66 2015-12-23 16:32:18 45.31 95%
59 2015-12-23 13:44:49 32.37 90%
54 2015-12-14 19:28:06 38.26 98%
52 2015-12-09 19:27:09 32.71 96%
47 2015-10-01 22:20:45 43.01 99%
39 2015-09-24 22:16:13 42.18 94%
29 2015-09-22 22:07:48 30.00 90%
26 2015-09-17 22:45:13 31.50 90%
21 2015-09-17 22:32:48 30.47 97%
16 2015-09-17 22:21:53 29.15 89%