Check whether a password is valid or not in python

Опубликовано: 20 Июль 2023
на канале: NeuronRush
17
0

This problem comes many times in coding assessments and in competitive coding and this is also useful in a project. I tried to make it very simple. When dealing with special characters we need to manually make string of special characters or there are other ways also but they're tedious. In this code I made it in short code and easy to write and understand the code.


#validpasswordprogram, #pythonfunctiontocheckisapasswordvalid, #python , #password , #coding , #assessment