You are viewing a single comment's thread. Return to all comments →
from math import atan, degrees AB = int(input()) BC = int(input()) print(round(degrees(atan(AB/BC))), 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 →
For Python3 Platform