Light Mode
Dark Mode
Why i dont get any points?

Hi, import re l=len def recognize(n): s=re.findall("1+","{0:b}".format(n)) return not any([l(s[i])!=l(s[i+1]) for i in range(l(s)-1)])

its 138 char with indents, its pass the tests, and i didnt get any points :( why?

Created: June 3, 2015, 9:07 a.m.
Updated: June 3, 2015, 9:08 a.m.
0
15
User avatar
YwnaYr