Race Result Details |
Racer | samiraarancibia (samiraarancibia123426) |
Race Number | 32 |
Date | Sun, 25 May 2025 2:37:49 |
Universe | code |
Speed |
22 WPM
![]() |
Accuracy | 90.8% |
Rank | 9th place (out of 15) |
Opponents | alex_ramos (8th place) alexbeltrantarqui (7th place) erick_vargas (4th place) liz_mariela_perez (3rd place) pedro_serrudo (2nd 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)
|