Write a program that takes input from a user and prints the first character of the input and the last character with some context. Important, do not put a prompt when asking for user input. Just use input(). Adding a prompt will cause your program to not pass the tests.