Mun (nandarustam)

Race #2

View Pit Stop page for race #2 by nandarustamGhost race

View profile for Mun (nandarustam)

Official speed 43.89 wpm (50.03 seconds elapsed during race)
Race Start December 31, 2012 4:42:03pm UTC
Race Finish December 31, 2012 4:42:53pm UTC
Outcome No win (3 of 3)
Opponents 1. digimonmale (55.08 wpm)
2. fariskhi (51.92 wpm)
Accuracy 86.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)