View Pit Stop page for race #1 by spitzweck — Ghost race
View profile for Fabian (spitzweck)
| Official speed | 28.24 wpm (80.74 seconds elapsed during race) |
|---|---|
| Race Start | February 13, 2023 2:07:12pm UTC |
| Race Finish | February 13, 2023 2:08:33pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 91.0% |
| Points | 10.82 |
| 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 |