Race Result Details |
Racer | permil (permil) |
Race Number | 82 |
Date | Mon, 25 Feb 2019 14:47:46 |
Universe | code |
Speed |
98 WPM
![]() |
Accuracy | 99% |
Rank | 1st place (out of 3) |
Opponents | paraphrohn (3rd place) tanon710s (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)
|