View Pit Stop page for race #2 by tanukaum — Ghost race
View profile for Tanukaum (tanukaum)
| Official speed | 25.90 wpm (88.03 seconds elapsed during race) |
|---|---|
| Race Start | September 28, 2025 1:24:42am UTC |
| Race Finish | September 28, 2025 1:26:10am UTC |
| Outcome | No win (2 of 2) |
| Accuracy | 94.0% |
| Points | 9.93 |
| 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 |