Question: In python Create the Python function acronym. The function should receive a string as a parameter and return a string that is the acronym of
In python
Create the Python function acronym. The function should receive a string as a parameter and return a string that is the acronym of the string passed into the function. The acronym will be composed of only the first letter of each word. Each letter of the acronym will be capitalized and there will be no spaces between the letters of the acronym. For example, acronym(what you see is what you get) should return WYSIWYG.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
