Abhinav (typingcompany)

Race #90

View Pit Stop page for race #90 by typingcompanyGhost race

View profile for Abhinav (typingcompany)

Official speed 24.87 wpm (88.30 seconds elapsed during race)
Race Start June 6, 2023 2:40:20pm UTC
Race Finish June 6, 2023 2:41:48pm UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 9.95
Text #10005 (Length: 183 characters)

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)