Race Result Details |
Racer | Դավիթ (seyranyandavid) |
Race Number | 602 |
Date | Mon, 29 Nov 2021 16:28:11 |
Universe | code |
Speed |
54 WPM
![]() |
Accuracy | 95.4% |
Rank | 1st place (out of 2) |
Opponents | tsds (2nd 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)
|