Text race history for Augusto Aguilar (fa1progra)

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
38 2025-06-15 00:59:56 29.92 93%
12 2025-05-15 00:48:20 25.25 89%