Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer police (styrofoam)
Race Number 172
Date Sun, 27 Jan 2019 23:40:26
Universe code
Speed 70 WPM Try to beat?
Accuracy 96.8%
Rank 3rd place (out of 4)
Opponents delirious (2nd place) hellothen (4th place) poem (5th place) sidd_ (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)
— (software) by Mark Pilgrim (see stats)

Typing Review: