good Bye lol (but a Little catty) (cptbbq)

Race #3

View Pit Stop page for race #3 by cptbbqGhost race

View profile for good Bye lol (but a Little catty) (cptbbq)

Official speed 70.28 wpm (31.25 seconds elapsed during race)
Race Start October 8, 2017 12:57:31am UTC
Race Finish October 8, 2017 12:58:02am UTC
Outcome Win (1 of 2)
Opponents 2. aph0tic (36.83 wpm)
Accuracy 95.0%
Points 28.11
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)