summaryrefslogtreecommitdiff
path: root/progs/a719.py
blob: 28a11fcb8902bd3dd6d073dc56fd7264602606b0 (plain)
1
2
3
def find_angle(a,b):
 c = 180 - (a + b)
 return c