Lucca (9fingersonly)

Race #2

View Pit Stop page for race #2 by 9fingersonlyGhost race

View profile for Lucca (9fingersonly)

Official speed 51.53 wpm (44.25 seconds elapsed during race)
Race Start December 5, 2020 10:50:32pm UTC
Race Finish December 5, 2020 10:51:16pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 19.75
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