in_1020¶
Given 2 int values, return true if either of them is in the range 10..20 inclusive.
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.