Assassin4Hire (strictmath)

Race #3

View Pit Stop page for race #3 by strictmathGhost race

View profile for Assassin4Hire (strictmath)

Official speed 42.44 wpm (51.74 seconds elapsed during race)
Race Start July 29, 2015 2:58:07pm UTC
Race Finish July 29, 2015 2:58:58pm UTC
Outcome Win (1 of 3)
Accuracy 91.0%
Points 0.00
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)