Text race history for Anas wael (anas_wael)

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
8 2024-01-26 07:06:32 30.44 92.8%
2 2024-01-10 12:07:05 30.42 93.1%