withou_end_2¶
Given a string, return a version without both the first and last char of the string. The string may be any length, including 0.
This exercise was taken from codingbat.com and has been adapted for the Python language. There are many great programming exercises there, but the majority are created for Java.