Write the command to fill green colour in a shape
Answers
Answered by
0
Answer:
To fill colour inside any closed shape SETFC [255 150 175] FILL command is used. - for properly designing the fill command , we need to use Pen UP command PU and Pen down command PD. -HOME command is used to return back the turtle at original location
Similar questions