Brant (92brant92)

Race #2

View Pit Stop page for race #2 by 92brant92Ghost race

View profile for Brant (92brant92)

Official speed 60.26 wpm (37.84 seconds elapsed during race)
Race Start May 23, 2023 12:40:50pm UTC
Race Finish May 23, 2023 12:41:28pm UTC
Outcome Win (1 of 3)
Opponents 3. _0icydrizzlez0_ (41.02 wpm)
Accuracy 97.0%
Points 23.10
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