View Pit Stop page for race #1 by _flood — Ghost race
View profile for __flood (_flood)
| Official speed | 40.89 wpm (55.76 seconds elapsed during race) |
|---|---|
| Race Start | October 31, 2025 1:25:50pm UTC |
| Race Finish | October 31, 2025 1:26:45pm UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 95.0% |
| Points | 15.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 |