Ok, I’m trying to figure out how to make a inputed phrase such as this in python ….
Self contained underwater breathing apparatus
output this…
SCUBA
Which would be the first letter of each word. Is this something to do with index? and maybe a .upper function?
Here’s the quickest way to get it done