Text race history for because... (3agwa_79)

Back to text analysis page

class URLLister(SGMLParser): def reset(self): SGMLParser.reset(self) self.urls = [] def start_a(self, attrs): href = [v for k, v in attrs if k=='href'] if href: self.urls.extend(href)

Game Time WPM Accuracy
138 2023-05-29 06:32:11 51.73 94.4%
100 2023-05-25 02:23:50 58.39 97.4%
92 2023-05-24 02:26:14 52.52 94.3%
74 2023-05-23 13:50:31 50.13 93.3%
71 2023-05-23 13:43:39 47.87 93.2%
22 2023-05-23 06:06:07 46.94 93.6%