View Pit Stop page for race #2 by blendyz — Ghost race
View profile for Evan (blendyz)
| Official speed | 50.11 wpm (45.50 seconds elapsed during race) |
|---|---|
| Race Start | December 11, 2019 3:02:29am UTC |
| Race Finish | December 11, 2019 3:03:15am UTC |
| Outcome | No win (4 of 4) |
| Opponents |
1. spongeystar (79.91 wpm) 2. epixaid (77.71 wpm) 3. mmmooore (77.31 wpm) |
| Accuracy | 95.0% |
| Points | 19.21 |
| 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 |