Python Only please. (Turtle: 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.
Then draw in Python Turtle the two circles. Python only please.