Race Result Details |
Racer | Engr Ghulam (abbas12) |
Race Number | 2 |
Date | Sat, 22 Dec 2012 17:32:50 |
Universe | code |
Speed |
34 WPM
![]() |
Accuracy | 89.7% |
Rank | 3rd place (out of 3) |
Opponents | ahmlmh (2nd place) douglassegatto (1st place) |
Text typed:
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)
— (software)
by Mark Pilgrim
(see stats)
|