Write the following functions that fill a rectangle with the specified color, center, width, and height, and a circle with the specified color, center, and radius.# Fill a rectangledef drawRectangle(color = "black",x = 0, y = 0, width = 30, height = 30):# Fill a circledef drawCircle(color = "black", x = 0, y = 0, radius = 50):
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here