Race Result Details |
Racer | permil (permil) |
Race Number | 96 |
Date | Mon, 25 Feb 2019 15:04:07 |
Universe | code |
Speed |
83 WPM
![]() |
Accuracy | 97.6% |
Rank | 2nd place (out of 3) |
Opponents | tanon710s (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
|