write a function takes a string and returns a string with all upper case letters changed to a and all lower case letters changed to b and leaves everything else unchanged. call the function. for example, if the input is "that costs 3.5$", the output would be "abbb bbbbb 3.5$".