def checkPassword (password):
upper = False lower = False number = False special = False for i in range (len(password)): if ((ord(password[i]) >= 65)