View Pit Stop page for race #54 by oh_yeah_go — Ghost race
View profile for kostis (oh_yeah_go)
| Official speed | 44.58 wpm (51.14 seconds elapsed during race) |
|---|---|
| Race Start | January 25, 2022 8:56:27am UTC |
| Race Finish | January 25, 2022 8:57:18am UTC |
| Outcome | No win (2 of 2) |
| Accuracy | 95.0% |
| Points | 17.09 |
| 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 |