Light Mode
Dark Mode
Password Problem

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: Sept. 5, 2015, 6:41 p.m.
Updated: Dec. 20, 2019, 9:14 a.m.
0
3
User avatar
aamin25