The code that I have so far is:
password = input("Please enter a password: ")
letter = len(password)
if letters <= 5:
print ("WEAK")
elif
I know the answer is probably really obvious but I just can't see it - what i need it to be able to see whether the letters are capitals. There is other stuff that I need aswell but I'm working through it one step at a time. Please help?