0

I was trying to figure out how exactly this function might look like?? Help appreciated

Write a function circles_overlap that takes as input two circles as defined above. Your function must check whether the circles overlap. If the circles overlap then your function shall return -1. If the circles do not overlap then your function shall return 1. If the circles are touching then your function shall return 0.

adevilz
  • 21
  • 3

0 Answers0