Help me in solving PYTH40 problem

My issue

how can the output be 10 ?

My code

# Solution as follows

txt = "NumeroTres"
len_txt = len(txt)
print(len_txt)

Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone

@coderady
Cozz “NumeroTres” contains 10 characters .