Race Result Details |
Racer | thomas (thoarell) |
Race Number | 1 |
Date | Thu, 4 Aug 2022 23:57:26 |
Universe | code |
Speed |
61 WPM
![]() |
Accuracy | 95.5% |
Rank | 3rd place (out of 4) |
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)
|