Race Result Details | 
      
    
| Racer | Pawan (bhandarkar) | 
| Race Number | 2 | 
| Date | Sun, 10 Mar 2024 18:17:40 | 
| Universe | code | 
| Speed | 
          39 WPM
          
             Try to beat?
          
         | 
      
| Accuracy | 91.6% | 
| Rank | 3rd place (out of 4) | 
| Opponents | shangyi (2nd place) | 
Text typed:
| 
           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) 
          — (software)
          by Mark Pilgrim
          (see stats)
         | 
      
