Race Result Details |
Racer | Lucas (sydcsgo) |
Race Number | 2 |
Date | Mon, 27 Feb 2017 0:00:03 |
Universe | code |
Speed |
26 WPM
![]() |
Accuracy | 88.8% |
Rank | 1st place (out of 2) |
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)
|