Write a Python program that prompts the user to enter center coordinates and radius of two circles and then prints which
Posted: Tue Jul 05, 2022 10:26 am
Write a Python program that prompts the user to enter center coordinates and radius of two circles and then prints which of the following three situations results: 1. Small circle is inside the large circle. 2. Small circle is outside of the large circle. 3. The two circles overlap (two circles that touch at exactly one point are considered to overlap). Small circle inside large circle Small circle outside large circle Circles overlap