View Pit Stop page for race #10 by smtchahal — Ghost race
View profile for smtchahal2's race-selection account (smtchahal)
| Official speed | 47.93 wpm (45.82 seconds elapsed during race) |
|---|---|
| Race Start | December 20, 2012 11:08:45am UTC |
| Race Finish | December 20, 2012 11:09:31am UTC |
| Outcome | Win (1 of 2) |
| Opponents |
2. ahmlmh (39.72 wpm) |
| Accuracy | 81.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) |