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 | Henry (henrym0503) |
Race Number | 9 |
Date | Thu, 19 May 2016 22:28:58 +0000 |
Universe | code |
Speed | 39 WPM Try to beat? |
Accuracy | 98.9% |
Rank | 5th place (out of 8) |
Opponents | abielr (6th place) loretext (7th place) rthomas1 (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)
|