Race Result Details |
Racer | alexVladimirQuecaña (alex_ramos) |
Race Number | 47 |
Date | Sun, 25 May 2025 2:37:43 |
Universe | code |
Speed |
23 WPM
![]() |
Accuracy | 96.6% |
Rank | 8th place (out of 15) |
Opponents | alexbeltrantarqui (7th 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)
|