2 odpowiedzi
+ 3
Create a list of characters.
Use random.choice() to make your password
https://code.sololearn.com/cJRbPDbukmmS/?ref=app
+ 1
Use the code posted by Asman-H , and generate pw from the string set below.
🙂
import string
symbols = string.digits + string. ascii_letters + string. punctuation