Text race history for Mohamed Y Jazza (mohammad_jazza)

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
29 2024-03-23 08:46:56 31.65 93%
9 2024-03-20 06:35:19 25.81 90.7%