You are viewing a single comment's thread. Return to all comments →
import math a = float(input().strip()) b = float(input().strip()) theta_deg = math.degrees(math.atan2(a, b)) print(str(int(round(theta_deg))), 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 →