Programming Examples
Python program to form a word by joining first character of each word
Write a Python code to enter a sentence. Form a word by joining all the first characters of each word of the sentence. Display the word.
Sample Input: Read Only Memory
Solution:
Output/ Explanation:
Enter a string in mixed case : Read Only Memory
New Word: ROM