Give me feedback about my code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Give me feedback about my code

i wrote a program in python that takes the user input which is the password length and then it generates a password with this length. It would be nice if you coud give me feedback and not just downvote Thanks in advance

10th Feb 2017, 4:39 PM
Georgios Markou
Georgios Markou - avatar
3 Answers
+ 7
I think your program nice :)
11th Feb 2017, 12:40 AM
Samet Aydın
Samet Aydın - avatar
+ 6
thank you for your feedback guys. I gave both of you an upvote
11th Feb 2017, 5:38 AM
Georgios Markou
Georgios Markou - avatar
+ 3
The program would be better and easier to use if you told the user what input to provide to the program as in this program length of the password. And also handle the exceptions in the program. Otherwise it is a nice simple program for generating random passwords.
10th Feb 2017, 5:42 PM
Varun Moghe
Varun Moghe - avatar