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