Write a program that asks for a character input, followed by a string input. If the character is found in the string (at least once), your program should split the string into a list using the character as the delimiter. What is the program supposed to do?