Skip to content

Commit 9b31ff4

Browse files
authored
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

+1
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)