see_color¶
Given a string, if the string begins with “red” or “blue” return that color string, otherwise return the empty string.
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.