My Code is not working correcty what is the issue
if len(data) >= 10 and data.isalnum() == True and data.isupper == False and data.islower() == False: return True else: return False