Text race history for Vaibhav Kumar (typing_tank)

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
22 2023-08-03 07:00:48 33.20 96%
19 2023-07-27 09:59:23 31.88 95%
12 2023-07-10 19:44:02 30.32 93%