Text race history for Abhishek Gupta (abhishekg)

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
20 2023-06-21 13:18:37 30.16 94.9%
2 2023-06-20 02:46:18 25.12 95.3%