You are viewing a single comment's thread. Return to all comments →
import math AB, BC = int(input()), int(input()) ANGLE = math.degrees(math.atan2(AB, BC)) print(f"{int(math.floor(ANGLE + 0.5))}{chr(176)}")
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 →