Race Result Details |
Racer | Luis Alberto Delgado Pinto (luis_univ) |
Race Number | 27 |
Date | Wed, 10 Sep 2025 22:10:26 |
Universe | code |
Speed |
28 WPM
![]() |
Accuracy | 95.7% |
Rank | 3rd place (out of 9) |
Opponents | chavez_fred (5th place) cris1310 (7th place) jgary1 (8th place) lemongold (6th place) manu_233 (1st place) souljin99 (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)
|