You are viewing a single comment's thread. Return to all comments →
import math AB = float(input()) BC = float(input()) t_rad = math.atan(AB/BC) t = round(math.degrees(t_rad)) print(f"{t}\u00b0")
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 →