Race Result Details |
Racer | tanon (tanon710s) |
Race Number | 79 |
Date | Mon, 25 Feb 2019 15:02:02 |
Universe | code |
Speed |
84 WPM
![]() |
Accuracy | 96.8% |
Rank | 2nd place (out of 2) |
Opponents | permil (1st 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)
—
Dive Into Python
|