+ 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
3 Respostas
+ 7
I think your program nice :)
+ 6
thank you for your feedback guys.
I gave both of you an upvote
+ 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.