set_parameters# Circle.set_parameters(center_x, center_y, radius)# Set parameters of the circle. Parameters: center_xValueX value of the center point. center_yValueY value of the center point. radiusValueRadius value of the circle.