You are viewing a single comment's thread. Return to all comments →
import math a=int(input()) b=int(input())
c=math.degrees(math.atan2(a,b)) d=round(c) e=chr(176) print(f"{d}{e}") *
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 →
Enter your code here. Read input from STDIN. Print output to STDOUT
import math a=int(input()) b=int(input())
c=math.degrees(math.atan2(a,b)) d=round(c) e=chr(176) print(f"{d}{e}") *