write a code in python to accept your name as first and second name and display the total number of characters in your name including spaces
Answers
Answered by
1
Answer:
use len function to determine the total number of characters in any input.
Similar questions