You are viewing a single comment's thread. Return to all comments →
BC = int(input()) AB = int(input()) angle_theta1 = round(math.degrees(math.atan(AB/BC))); degree_sign = "\u00B0" angle = round(90-angle_theta1) print(f"{round(90-angle_theta1)}{degree_sign}")
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 →