Computer Science, asked by alkavicky2, 4 months ago

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 ananya3845
1

Answer:

use len function to determine the total number of characters in any input.

Similar questions