Can I make a random generator which consist Uppercase, Lowercase, and number using Python? Please help me. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can I make a random generator which consist Uppercase, Lowercase, and number using Python? Please help me.

Password list generator

30th Mar 2019, 12:26 AM
Jacky Setiawan
Jacky Setiawan - avatar
2 Answers
+ 3
Please show us your attempt.
30th Mar 2019, 1:04 AM
Diego
Diego - avatar
+ 2
You can use random.choice() Check this: https://code.sololearn.com/cnJHn12J37UC/?ref=app
30th Mar 2019, 6:04 AM
unChabon
unChabon - avatar