To draw a circle of diameter 10 with filled color red, use _________.<

Loading

โœช Choose the correct option.

To draw a circle of diameter 10 with filled color red, use _________.

A. turtle.circle(5, “red”)
B. turtle.circle(10, “red”)
C. turtle.dot(5, “red”)
D. turtle.dot(10, “red”)