View Pit Stop page for race #94 by rollno14 — Ghost race
View profile for Free Palestine (rollno14)
Official speed | 65.24 wpm (34.95 seconds elapsed during race) |
---|---|
Race Start | July 12, 2021 8:26:12am UTC |
Race Finish | July 12, 2021 8:26:47am UTC |
Outcome | No win (3 of 3) |
Accuracy | 97.0% |
Points | 25.01 |
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 |