• number length - help

 

Hi everyone, I need some help with this. My code looks like this:

def number_length(a:int) -> int:
    return len(number_length(a))[0]

I have no idea what to do tbh, if someone could explain what I need to do to tackle this, or link any resources i'd appreciate it!

.