Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Cristian Tacuri (cris1310)
Race Number 24
Date Wed, 10 Sep 2025 22:10:54
Universe code
Speed 21 WPM Try to beat?
Accuracy 90.6%
Rank 7th place (out of 9)
Opponents chavez_fred (5th place) jgary1 (8th place) lemongold (6th place) luis_univ (3rd place) manu_233 (1st place) souljin99 (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)
— (software) by Mark Pilgrim (see stats)

Typing Review: