mod_three¶
Given a list of ints, return true if the list contains either 3 even or 3 odd values all next to each other.
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.