Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Vielle (arc_sec)
Race Number 3
Date Sat, 16 Feb 2019 5:43:53
Universe code
Speed 78 WPM Try to beat?
Accuracy 95.4%
Rank 3rd place (out of 6)
Opponents actuallynonquitforlife (4th place) deroche1 (2nd place) sidd_ (1st place) spondulix (5th 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: