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