This repositories contains a list of python scripts projects from beginner level advancing slowly. More code snippets to be added soon. feel free to clone this repo
GNU General Public License v3.0
1.33k
stars
922
forks
source link
Fix: Password validator checks for uppercase letters #402
Fixes #400
Added checks to ensure that password has at least one uppercase and one lowercase letter. Also updated print statement to say 'and' instead of 'or' for better clarity.
Fixes #400 Added checks to ensure that password has at least one uppercase and one lowercase letter. Also updated print statement to say 'and' instead of 'or' for better clarity.