Text race history for Mutasim Mualimi (mutasim_2001)

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
33 2023-07-12 05:36:22 36.24 92%
29 2023-06-12 06:21:14 36.62 92.5%