View Pit Stop page for race #13 by slekap — Ghost race
View profile for chillin (slekap)
| Official speed | 179.63 wpm (12.69 seconds elapsed during race) |
|---|---|
| Race Start | November 4, 2021 9:12:44am UTC |
| Race Finish | November 4, 2021 9:12:57am UTC |
| Outcome | Win (1 of 2) |
| Accuracy | 99.0% |
| Points | 68.86 |
| 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 |