/password-check

People create new passwords everyday. We need to create a code which will check if the input password is correct or not. For this, firstly create a variable which will store the password. Then write a code to check if the input password matches the password stored in variable.

Primary LanguagePython

No issues in this repository yet.