i'd buy that for a dollar! (pentalon)

Race #24

View Pit Stop page for race #24 by pentalonGhost race

View profile for i'd buy that for a dollar! (pentalon)

Official speed 98.25 wpm (23.21 seconds elapsed during race)
Race Start November 24, 2020 10:45:11pm UTC
Race Finish November 24, 2020 10:45:34pm UTC
Outcome No win (1 of 1)
Accuracy 99.0%
Points 37.66
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