Ответ:
import math
x,y=map(int,input("x y ").split())
print (math.atan(y/x)/3.14*180)
Объяснение:
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
import math
x,y=map(int,input("x y ").split())
print (math.atan(y/x)/3.14*180)
Объяснение: