Race Result Details |
Racer | Sergio Apaza (sergio_apaza) |
Race Number | 3 |
Date | Mon, 9 Sep 2024 2:44:31 |
Universe | code |
Speed |
32 WPM
![]() |
Accuracy | 91.6% |
Rank | 1st place (out of 18) |
Opponents | jos3ar (2nd place) mau_r_123 (3rd place) zzdroxbazz (4th 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)
|