Muhammad (as7771)

Race #2

View Pit Stop page for race #2 by as7771Ghost race

View profile for Muhammad (as7771)

Official speed 27.06 wpm (81.15 seconds elapsed during race)
Race Start November 26, 2013 4:45:57am UTC
Race Finish November 26, 2013 4:47:18am UTC
Outcome No win (2 of 2)
Opponents 1. munzirae86 (28.08 wpm)
Accuracy 87.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)