Race Result Details |
Racer | muhammad wildan (ilyasa123) |
Race Number | 5 |
Date | Tue, 22 Aug 2023 13:54:39 |
Universe | code |
Speed |
18 WPM
![]() |
Accuracy | 91.4% |
Rank | 3rd place (out of 3) |
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)
|