password-generator

Can i shuffle a string in python?

Can i shuffle a string in python? Question: I created a password generator program and I have gotten the random letters, numbers, and symbols in quantities decided by the input. I can’t seem to figure out how to shuffle the password, though. import random letters = [‘a’, ‘b’, ‘c’, ‘d’, ‘e’, ‘f’, ‘g’, ‘h’, ‘i’, …

Total answers: 2