Ad
Code
Diff
  • other_angle = lambda a, b: 180 - (a + b)
    • def other_angle(a, b): return 180 - (a + b)
    • other_angle = lambda a, b: 180 - (a + b)