View Pit Stop page for race #1 by thunderz2016 — Ghost race
View profile for Thunderz (thunderz2016)
| Official speed | 69.62 wpm (32.75 seconds elapsed during race) |
|---|---|
| Race Start | November 19, 2020 1:55:44pm UTC |
| Race Finish | November 19, 2020 1:56:16pm UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 95.0% |
| Points | 26.69 |
| 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 |