Race Result Details |
Racer | yangaar (yangaar) |
Race Number | 3 |
Date | Thu, 1 Aug 2024 23:14:26 |
Universe | code |
Speed |
79 WPM
![]() |
Accuracy | 97% |
Rank | 2nd place (out of 4) |
Opponents | hkennyv (1st place) mushrumi (3rd 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)
|