icy_hot¶
Given two temperatures, return true if one is less than 0 and the other is greater than 100.
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.