Ответ:
x=float(input())
y=float(input())
print((x**2 + y**2 <= 1) or ((x**2+y**2>4) and (x**2/9 + y**2/4 <=1)))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
x=float(input())
y=float(input())
print((x**2 + y**2 <= 1) or ((x**2+y**2>4) and (x**2/9 + y**2/4 <=1)))