View Pit Stop page for race #13 by yo_knop — Ghost race
View profile for yoKnop (yo_knop)
| Official speed | 33.88 wpm (67.30 seconds elapsed during race) |
|---|---|
| Race Start | August 2, 2025 6:52:44pm UTC |
| Race Finish | August 2, 2025 6:53:51pm UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 93.0% |
| Points | 12.99 |
| 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 |