alexVladimirQuecaña (alex_ramos)

Race #90

View Pit Stop page for race #90 by alex_ramosGhost race

View profile for alexVladimirQuecaña (alex_ramos)

Official speed 26.30 wpm (83.50 seconds elapsed during race)
Race Start July 3, 2025 2:08:18am UTC
Race Finish July 3, 2025 2:09:41am UTC
Outcome No win (5 of 10)
Opponents 1. beltran_tarqui (37.23 wpm)
2. maria_ortega10 (35.99 wpm)
4. tocsky (26.35 wpm)
6. samiraarancibia123426 (24.75 wpm)
7. nessa2 (24.21 wpm)
8. pedro_serrudo (23.69 wpm)
Accuracy 97.0%
Points 10.52
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)