View Pit Stop page for race #41 by rollno14 — Ghost race
View profile for Free Palestine (rollno14)
Official speed | 71.73 wpm (31.79 seconds elapsed during race) |
---|---|
Race Start | July 4, 2021 8:21:58am UTC |
Race Finish | July 4, 2021 8:22:29am UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 27.49 |
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 |