Answer:
word = input("Type your name: ")
print(len(word))
Step-by-step explanation:
The len function will count all the chars in the string.
7.8m questions
10.4m answers