You are given three numbers. Check if any of the numbers exist in the range from 10 to 20 (including 10 and 20).
for i in [a, b, c]: if i >= 10 and i <= 20: print("True") break
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment