Michael (mouzshin)

Race #8

View Pit Stop page for race #8 by mouzshinGhost race

View profile for Michael (mouzshin)

Official speed 63.50 wpm (34.58 seconds elapsed during race)
Race Start August 10, 2017 10:50:32pm UTC
Race Finish August 10, 2017 10:51:07pm UTC
Outcome Win (1 of 3)
Opponents 3. cjvogt (43.90 wpm)
Accuracy 94.0%
Points 25.40
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)