Ok, I\'m trying to figure out how to make a inputed phrase such as this in python ....
Self contained underwater breathing apparatus
output
#here is my trial, brief and potent! str = 'Self contained underwater breathing apparatus' reduce(lambda x,y: x+y[0].upper(),str.split(),'') #=> SCUBA