You are viewing a single comment's thread. Return to all comments →
import math a= float(input()) b = float(input()) r = math.atan2(a,b) d = math.degrees(r) print(int(round(d)),chr(176),sep="")
Seems like cookies are disabled on this browser, please enable them to open this website
Find Angle MBC
You are viewing a single comment's thread. Return to all comments →