View Pit Stop page for race #1 by hehhehhehheh — Ghost race
View profile for :) (hehhehhehheh)
| Official speed | 78.39 wpm (29.09 seconds elapsed during race) |
|---|---|
| Race Start | November 20, 2020 2:44:09am UTC |
| Race Finish | November 20, 2020 2:44:38am UTC |
| Outcome | Win (1 of 2) |
| Accuracy | 95.0% |
| Points | 30.05 |
| 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 |