non_start¶
Given 2 strings, return their concatenation, except omit the first char of each. The strings will be at least length 1.
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.