You are viewing a single comment's thread. Return to all comments →
funny two-liner
from math import atan, degrees print(str(round(90-degrees(atan(1/(int(input())/int(input())))))) + '\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 →
funny two-liner