My Code is not working correcty what is the issue
def checkio(data):
if len(data) >= 10 and data.isalnum() == True and data.isupper == False and data.islower() == False:
return True
else:
return False
Created at: 2015/09/05 18:41; Updated at: 2019/12/20 09:14