powberier8535 powberier8535 13-09-2022 Computers and Technology contestada 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.