Hello :) (chigginnuggie)

Race #17

View Pit Stop page for race #17 by chigginnuggieGhost race

View profile for Hello :) (chigginnuggie)

Official speed 66.18 wpm (34.45 seconds elapsed during race)
Race Start August 22, 2023 2:47:28am UTC
Race Finish August 22, 2023 2:48:02am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 25.37
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