View Pit Stop page for race #73 by alex_ramos — Ghost race
View profile for alexVladimirQuecaña (alex_ramos)
Official speed | 32.03 wpm (71.18 seconds elapsed during race) |
---|---|
Race Start | June 21, 2025 1:30:36am UTC |
Race Finish | June 21, 2025 1:31:47am UTC |
Outcome | No win (7 of 13) |
Opponents |
1. beltran_tarqui (40.84 wpm) 3. erick_vargas (36.16 wpm) 4. samiraarancibia123426 (35.84 wpm) 5. liz_mariela (34.93 wpm) 8. tocsky (31.79 wpm) 9. nessa2 (28.35 wpm) 10. dannerjosequispehuallpa (27.29 wpm) 11. pedro_serrudo (26.59 wpm) 13. sarai_vega012 (24.55 wpm) |
Accuracy | 97.0% |
Points | 12.28 |
Text | #10019 (Length: 190 characters) import string from random import * characters = string.ascii_letters + string.punctuation + string.digits password = "".join(choice(characters) for x in range(randint(8, 16))) print password |