You are viewing a single comment's thread. Return to all comments →
from math import degrees, atan AB = int(input()) BC = int(input()) print(f"{round(degrees(atan(AB/BC)))}\u00B0")
Seems like cookies are disabled on this browser, please enable them to open this website
I agree to HackerRank's Terms of Service and Privacy Policy.
Find Angle MBC
You are viewing a single comment's thread. Return to all comments →
For Python3 Platform