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
0
Answer:
split the words into a list. Then traverse till the second last word and upper() function is used for print first character in capital and then add the last word which is title of a name and here we use title(),title function converts the first alphabet to capital.
Explanation:
hope it's helpful
Similar questions