You are viewing a single comment's thread. Return to all comments →
import math ab= float(input()) bc= float(input()) angle_mbc= math.degrees(math.atan(ab/bc)) print(str(round(angle_mbc)) + 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 →
import math ab= float(input()) bc= float(input()) angle_mbc= math.degrees(math.atan(ab/bc)) print(str(round(angle_mbc)) + chr(176))