@@ -37,7 +37,7 @@ def checkPassword(psw):
|
|||||||
x = max(checkLength(psw), checkComposition(psw), checkRepeating(psw))
|
x = max(checkLength(psw), checkComposition(psw), checkRepeating(psw))
|
||||||
if x:
|
if x:
|
||||||
return x
|
return x
|
||||||
return "good"
|
return "Good!"
|
||||||
|
|
||||||
|
|
||||||
passw = input()
|
passw = input()
|
||||||
|
|||||||
Reference in New Issue
Block a user