Record your races with a typeracer account:
Create Your Account- Save your race history and scores.
- Customize your profile and racecar.
- It’s free, why not?
Race Result Details |
Racer | Shoemaker-Levy 9 (atthetop) |
Race Number | 72 |
Date | Thu, 1 Nov 2018 18:27:07 +0000 |
Universe | code |
Speed | 63 WPM Try to beat? |
Accuracy | 94.2% |
Rank | 2nd place (out of 4) |
Opponents | hyper_racer (4th place) styrofoam (1st place) uchihalol (3rd 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
(software)
by Mark Pilgrim
(see stats)
|