View Pit Stop page for race #2 by razorlemon2 — Ghost race
View profile for FREE XANDER (razorlemon2)
| Official speed | 112.22 wpm (20.32 seconds elapsed during race) |
|---|---|
| Race Start | April 11, 2021 8:36:31am UTC |
| Race Finish | April 11, 2021 8:36:51am UTC |
| Outcome | No win (2 of 2) |
| Accuracy | 97.0% |
| Points | 43.02 |
| 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 |