View Pit Stop page for race #77 by deroche1 — Ghost race
View profile for deroche (deroche1)
| Official speed | 116.52 wpm (19.57 seconds elapsed during race) |
|---|---|
| Race Start | February 16, 2019 7:53:37am UTC |
| Race Finish | February 16, 2019 7:53:56am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 97.0% |
| Points | 44.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 |