same_star_char¶
Returns true if for every ‘*’ (star) in the string, if there are chars both immediately before and after the star, they are the same.
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.