View Pit Stop page for race #1 by jaisurya — Ghost race
View profile for KiNg_RoWeR09 (jaisurya)
| Official speed | 28.49 wpm (80.03 seconds elapsed during race) |
|---|---|
| Race Start | June 6, 2022 8:11:35am UTC |
| Race Finish | June 6, 2022 8:12:55am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 90.0% |
| Points | 10.92 |
| 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 |