has_23¶
Given an int list length 2, return true if it contains a 2 or a 3.
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.