View Pit Stop page for race #1 by sf3ckter — Ghost race
View profile for Sf3ckter (sf3ckter)
| Official speed | 25.52 wpm (89.34 seconds elapsed during race) |
|---|---|
| Race Start | June 29, 2023 7:49:19am UTC |
| Race Finish | June 29, 2023 7:50:49am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 91.0% |
| Points | 9.78 |
| 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 |