Race Result Details |
Racer | joel gary (jgary1) |
Race Number | 5 |
Date | Wed, 10 Sep 2025 22:11:01 |
Universe | code |
Speed |
19 WPM
![]() |
Accuracy | 92.2% |
Rank | 8th place (out of 9) |
Opponents | chavez_fred (5th place) cris1310 (7th place) lemongold (6th place) luis_univ (3rd place) manu_233 (1st place) souljin99 (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)
|