Race Result Details |
Racer | maerih (maerih) |
Race Number | 207 |
Date | Sun, 15 Jun 2025 3:28:44 |
Universe | code |
Speed |
37 WPM
![]() |
Accuracy | 91.3% |
Rank | 1st place (out of 2) |
Opponents | warlord1999 (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)
|