Sachin Sharma (ragemodeon)

Race #62

View Pit Stop page for race #62 by ragemodeonGhost race

View profile for Sachin Sharma (ragemodeon)

Official speed 75.05 wpm (29.26 seconds elapsed during race)
Race Start July 29, 2022 9:00:36am UTC
Race Finish July 29, 2022 9:01:06am UTC
Outcome Win (1 of 2)
Opponents 2. thakelatyper (38.03 wpm)
Accuracy 96.0%
Points 30.02
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)