View Pit Stop page for race #11 by a7medfadel — Ghost race
View profile for Abu Fadel (a7medfadel)
Official speed | 37.32 wpm (61.09 seconds elapsed during race) |
---|---|
Race Start | August 15, 2023 9:03:18pm UTC |
Race Finish | August 15, 2023 9:04:19pm UTC |
Outcome | No win (2 of 3) |
Opponents |
1. cracking_fingers (52.95 wpm) |
Accuracy | 92.0% |
Points | 14.31 |
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 |