typpert (typpert)

Race #1

View Pit Stop page for race #1 by typpertGhost race

View profile for typpert (typpert)

Official speed 46.24 wpm (47.49 seconds elapsed during race)
Race Start May 27, 2023 7:56:51am UTC
Race Finish May 27, 2023 7:57:38am UTC
Outcome Win (1 of 3)
Opponents 3. adarshdhital007 (32.40 wpm)
Accuracy 97.0%
Points 18.50
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)