Sne (clueless_af)

Race #12

View Pit Stop page for race #12 by clueless_afGhost race

View profile for Sne (clueless_af)

Official speed 31.10 wpm (73.31 seconds elapsed during race)
Race Start June 13, 2023 10:20:20am UTC
Race Finish June 13, 2023 10:21:33am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 11.92
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