Ответ:
if (-1 <= x <= 2 and -5 <= y <= 4) or (2 < x <= 5 and 2 <= y <= 4) or (-5 <= x < -1 and -5 <= y <= -2):
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
if (-1 <= x <= 2 and -5 <= y <= 4) or (2 < x <= 5 and 2 <= y <= 4) or (-5 <= x < -1 and -5 <= y <= -2):