tstats[catchmeifyoucantomhanks] (catchmeifyoucantomhanks)

Race #9

View Pit Stop page for race #9 by catchmeifyoucantomhanksGhost race

View profile for tstats[catchmeifyoucantomhanks] (catchmeifyoucantomhanks)

Official speed 27.29 wpm (80.47 seconds elapsed during race)
Race Start February 6, 2024 4:55:12am UTC
Race Finish February 6, 2024 4:56:32am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 10.91
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)