Text race history for Ryan (chrissypoopoo)

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
29 2023-09-15 21:29:59 56.18 96.3%
26 2023-08-02 18:24:35 81.48 98.5%
25 2023-08-02 18:22:48 65.30 95.3%
22 2023-07-29 23:46:45 59.00 95.2%
7 2023-07-24 21:37:03 65.76 94.7%