chegg take in a string from the user and pass it as input to a function. have the function return a dict which keeps count of each letter (in lowercase) in the string, excluding spaces. print out this dict.