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