+ 1
Can I make a random generator which consist Uppercase, Lowercase, and number using Python? Please help me.
Password list generator
2 Answers
+ 3
Please show us your attempt.
+ 2
You can use random.choice()
Check this:
https://code.sololearn.com/cnJHn12J37UC/?ref=app