Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b31ff4

Browse files
authoredOct 5, 2023
Update password_strength_checker.py
1 parent d0bfda8 commit 9b31ff4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎PASSWORD RELATED/password-strength/password_strength_checker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import re
22

33

4+
45
def password_strength(password):
56
"""
67
Checks the strength of a password and returns a tuple containing the strength

0 commit comments

Comments
 (0)
Please sign in to comment.