Sne (clueless_af)

Race #19

View Pit Stop page for race #19 by clueless_afGhost race

View profile for Sne (clueless_af)

Official speed 35.45 wpm (64.32 seconds elapsed during race)
Race Start June 14, 2023 3:02:57am UTC
Race Finish June 14, 2023 3:04:02am UTC
Outcome No win (2 of 2)
Accuracy 97.0%
Points 13.59
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