Skip to content

Commit 790ab4d

Browse files
authored
Merge pull request larymak#329 from Adarsh2425/patch-1
Update password_strength_checker.py
2 parents bb7a54e + 9b31ff4 commit 790ab4d

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)