Write a function called acronym this function is passed a


PYTHON 2.7.13

Each function must be aswered RECURSIVELY, NO LOOPS ALLOWED

Write a function called acronym. This function is passed a string s, and returns a string consisting of all of the capitalized letters in s. For example:

def acronym(s):

>>> acronym('United States of America')

'USA'

>>> acronym('Depaul University')

'DPU'

>>> acronym('the University of Illinois at Chicago')

'UIC'

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Write a function called acronym this function is passed a
Reference No:- TGS02904646

Expected delivery within 24 Hours