You are viewing a single comment's thread. Return to all comments →
import math ab= int(input()) bc = int(input()) hypo = math.atan(ab/bc) angle = math.degrees(hypo) print(f"{angle:.0f}\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 →