Text race history for Stefan (zamfigod)

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
261 2023-06-15 12:00:48 55.53 95.5%
256 2023-06-15 00:39:26 54.60 95.9%
246 2023-06-15 00:25:37 43.02 93.8%
234 2023-06-13 13:59:56 45.77 93.1%
180 2023-06-12 22:35:19 50.04 95.5%
173 2023-06-11 14:28:18 46.54 92.8%
164 2023-06-11 14:17:06 43.72 94.3%
136 2023-06-10 01:40:22 48.85 95.4%
128 2023-06-10 01:16:38 58.13 97.6%
115 2023-06-10 00:36:13 45.46 94.7%
113 2023-06-10 00:32:47 44.77 93.9%
90 2023-06-09 15:33:06 43.34 96.8%
36 2023-06-07 13:44:06 45.42 93.9%
19 2023-06-06 19:57:29 41.26 94.3%
15 2023-06-06 19:51:37 42.60 93.5%