This is what have tried but it's not working
lens("Father")
it's len('Father') not lens('Father')
len('Father')
lens('Father')
len(Father)
Your mistake is the 's' at the end of len's'