Chris (cjvogt)

Race #1

View Pit Stop page for race #1 by cjvogtGhost race

View profile for Chris (cjvogt)

Official speed 43.90 wpm (50.02 seconds elapsed during race)
Race Start August 10, 2017 10:50:32pm UTC
Race Finish August 10, 2017 10:51:22pm UTC
Outcome No win (3 of 3)
Opponents 1. mouzshin (63.50 wpm)
Accuracy 96.0%
Points 17.56
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)