Race Result Details |
Racer | Carlos Mauricio Riverin Vasquez (mau_r_123) |
Race Number | 3 |
Date | Mon, 9 Sep 2024 2:50:08 |
Universe | code |
Speed |
26 WPM
![]() |
Accuracy | 95.1% |
Rank | 5th place (out of 16) |
Opponents | jos3ar (4th place) karol_mm (7th place) sergio_apaza (1st place) zzdroxbazz (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)
|