View Pit Stop page for race #2 by felipeadn — Ghost race
View profile for SpleF (felipeadn)
| Official speed | 59.13 wpm (38.56 seconds elapsed during race) |
|---|---|
| Race Start | August 13, 2021 11:18:15pm UTC |
| Race Finish | August 13, 2021 11:18:53pm UTC |
| Outcome | No win (2 of 3) |
| Accuracy | 94.0% |
| Points | 22.67 |
| 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 |