Correct Answer: D
Explanation: The functions shown above will change the arrow to the shape mentioned. The functions turtle.shape("turtle"), turtle.shape("square") and turtle.shape("triangle") are valid whereas the function turtle.shape("rectangle") is invalid.