kale ciao (justnoice)

Race #1

View Pit Stop page for race #1 by justnoiceGhost race

View profile for kale ciao (justnoice)

Official speed 27.31 wpm (80.41 seconds elapsed during race)
Race Start June 29, 2023 10:57:01am UTC
Race Finish June 29, 2023 10:58:21am UTC
Outcome Win (1 of 2)
Opponents 2. ianthropos (27.17 wpm)
Accuracy 89.0%
Points 10.92
Text #10005 (Length: 183 characters)

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)