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
how can the output be 10 ?
# Solution as follows
txt = "NumeroTres"
len_txt = len(txt)
print(len_txt)
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone