DEV Community

SHAMEEM ALI
SHAMEEM ALI

Posted on

Turtle study

Choose the fill color by calling fillcolor() function and pass the color name or color in the #RRGGBB format. After step 1, you must call begin_fill() and then start drawing using Turtle functions. Once you are done with the drawing, call end_fill() function to fill the drawn figure with the selected color
1.begin_fill() in first time
2.end_fill() in last time

Top comments (0)