Race Result Details |
Racer | alexbeltrantarqui (alexbeltrantarqui) |
Race Number | 45 |
Date | Sun, 25 May 2025 2:37:42 |
Universe | code |
Speed |
24 WPM
![]() |
Accuracy | 92.2% |
Rank | 7th place (out of 15) |
Opponents | alex_ramos (8th place) erick_vargas (4th place) liz_mariela_perez (3rd place) pedro_serrudo (2nd place) samiraarancibia123426 (9th place) sergio_theaux (1st place) sharick_chungara (6th 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)
|