• You should add more test case

Question related to mission House Password

 

I passed the first time. However i tried the password which contains only digit and lowercase letter. It returned True....Suppose it's False. for e.g: '123asasasasa' return True. I fix my code to make it return False. You should add more test case to ensure the result. cheers