set_parameters# Circle.set_parameters(center_x, center_y, radius)# Set parameters of the circle. Parameters: center_xValueLikeX value of the center point. center_yValueLikeY value of the center point. radiusValueLikeRadius value of the circle.