write a program which reads a string using input(), and outputs the same string but with the first and last character deleted. (you may assume the input string has length at least 2.) for example, on input fairy a correct program will print air.