Question: (Geometry: two circles) Write a program that prompts the user to enter the center coordinates and radii of two circles and determines whether the second
(Geometry: two circles) Write a program that prompts the user to enter the center coordinates and radii of two circles and determines whether the second circle is inside the first or overlaps with the first, as shown in Figure 4.11. (Hint: circle2 is inside circle1 if the distance between the two centers

Figure 4.11
(a) A circle is inside another circle. (b) A circle overlaps another circle.
I've most of this done I'm just struggling to get this part of the question.
20 pts: Properly detect a circle inside another circle, and determine which circle is inside which circle (NOTE the difference from book requirements)
In python 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
