Race Result Details |
Racer | permil (permil) |
Race Number | 94 |
Date | Mon, 25 Feb 2019 15:01:59 |
Universe | code |
Speed |
97 WPM
![]() |
Accuracy | 98.4% |
Rank | 1st place (out of 2) |
Opponents | 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)
—
Dive Into Python
|