have_three¶
Given a list of ints, return true if the value 3 appears in the list exactly 3 times, and no 3’s are 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.