Light Mode
Dark Mode
I need help :)

checkio = lambda s: is( len(s) >= 10 and s.isdigit() and s.isalpha() and s.islower() and s.isupper() )

why this solution is wrong?

Created: Jan. 7, 2018, 2:15 p.m.
Updated: Feb. 11, 2019, 3:12 p.m.
0
4
User avatar
1422882625