Answer to Question #212657 in Python for ajay

Question #212657

You are given three numbers. Check if any of the numbers exist in the range from 10 to 20 (including 10 and 20).




1
Expert's answer
2021-07-01T13:19:16-0400
for i in [a, b, c]:
    if i >= 10 and i <= 20:
        print("True")
        break
    

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS