View Pit Stop page for race #14 by imanranjbar — Ghost race
View profile for Iman Ranjbar (imanranjbar)
| Official speed | 29.53 wpm (77.21 seconds elapsed during race) |
|---|---|
| Race Start | April 18, 2023 9:00:28am UTC |
| Race Finish | April 18, 2023 9:01:45am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 94.0% |
| Points | 11.32 |
| 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 |