Rakeem (rthomas1)

Race #3

View Pit Stop page for race #3 by rthomas1Ghost race

View profile for Rakeem (rthomas1)

Official speed 43.94 wpm (49.98 seconds elapsed during race)
Race Start May 19, 2016 10:28:02pm UTC
Race Finish May 19, 2016 10:28:52pm UTC
Outcome No win (3 of 8)
Opponents 5. henrym0503 (39.31 wpm)
6. abielr (39.15 wpm)
7. loretext (29.25 wpm)
Accuracy 95.0%
Points 0.00
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)