3
aamin25
6
31/ 45
Last seen 8 years ago
Member for 8 years, 8 months, 20 days
Difficulty Normal
Best reviews / Newest reviews
First-bfxy
is this faster than regular for and if statement? More
First-aamin25
My below code is not working, i'm not able to figure out why can anyone help: def checkio(data): if len(data) >= 10 and data.isalnum() == True and data.isupper == False and data.islower() == False: return True else: return False More