Python program to take user input and check validity of a password | Techmaima

preview_player
Показать описание
Python program to take user input and check validity of a password | Techmaima

A website requires a user to input username and password to register. Write a program to check the validity of password given by user. Following are the criteria for checking password:
1. At least 1 letter between [a-z]
2. At least 1 number between [0-9]
1. At least 1 letter between [A-Z]
3. At least 1 character from [$#@]
4. Minimum length of transaction password: 6
5. Maximum length of transaction password: 12

#Pythonexample
#Pythoncode
#Pythonclass
#Techmaima
Рекомендации по теме
Комментарии
Автор

Keep making more vedios easy to understand

Subhojeet-gncl
Автор

U could make it better, by using while loop so if they input wrong, it will ask them again again and again

masihzamary