Ali Hassaan (ahmlmh)

Race #19

View Pit Stop page for race #19 by ahmlmhGhost race

View profile for Ali Hassaan (ahmlmh)

Official speed 40.32 wpm (54.46 seconds elapsed during race)
Race Start December 22, 2012 5:31:46pm UTC
Race Finish December 22, 2012 5:32:41pm UTC
Outcome No win (2 of 3)
Opponents 1. douglassegatto (68.26 wpm)
3. abbas12 (34.26 wpm)
Accuracy 84.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)