Text race history for Ahmed webx4 (web_x4)

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
14 2023-10-01 19:59:58 24.26 91.7%
4 2023-10-01 19:34:06 22.87 90.7%