Race Result Details |
Racer | joel gary (jgary1) |
Race Number | 10 |
Date | Mon, 29 Sep 2025 0:53:30 |
Universe | code |
Speed |
25 WPM
![]() |
Accuracy | 93.9% |
Rank | 2nd place (out of 8) |
Opponents | aeris06 (1st place) cris1310 (3rd place) elamigo (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)
|