I am new to python and stuck on this exercise.
Write a program that prints the number of characters in a user's name. You might need to Google for a function that calculates the length of a string.
It should read:
What is your name? Angela 6
Can someone assist with how to write this code?
Thank you