Question: How can i fix this program for when 'g' is inputed, we generate a random number but also ask for how long they want the
How can i fix this program for when 'g' is inputed, we generate a random number but also ask for how long they want the password.
for example
"What length do you want this random password?"
input being 5
BHFES
elif(choice == 'g'): random_num = string.ascii_letters + string.digits password = ''.join((random.choice(random_num) for i in range(8)))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
