poopoo peepee (hymiscellany)

Race #6

View Pit Stop page for race #6 by hymiscellanyGhost race

View profile for poopoo peepee (hymiscellany)

Official speed 53.67 wpm (40.92 seconds elapsed during race)
Race Start December 29, 2017 9:59:47pm UTC
Race Finish December 29, 2017 10:00:28pm UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 21.47
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)