Elite (getgoodelite)

Race #10

View Pit Stop page for race #10 by getgoodeliteGhost race

View profile for Elite (getgoodelite)

Official speed 40.53 wpm (56.25 seconds elapsed during race)
Race Start July 17, 2023 10:08:28am UTC
Race Finish July 17, 2023 10:09:24am UTC
Outcome No win (2 of 2)
Accuracy 96.0%
Points 15.54
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