Computer Science, asked by Ravitejamaroju8390, 10 months ago

Python program to print the initials of a name with last name in full?

Answers

Answered by acronsharp8
0

Answer:

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:

Similar questions