Gerar Quispe (gquispe)

Race #43

View Pit Stop page for race #43 by gquispeGhost race

View profile for Gerar Quispe (gquispe)

Official speed 35.36 wpm (62.10 seconds elapsed during race)
Race Start April 29, 2025 8:32:05pm UTC
Race Finish April 29, 2025 8:33:07pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 14.15
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)