Sne (clueless_af)

Race #1

View Pit Stop page for race #1 by clueless_afGhost race

View profile for Sne (clueless_af)

Official speed 27.08 wpm (84.20 seconds elapsed during race)
Race Start June 13, 2023 5:03:32am UTC
Race Finish June 13, 2023 5:04:56am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 10.38
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