Computer Science, asked by sobipark27, 1 day ago

You cannot fill color in a closed figure in Logo. ​

Answers

Answered by dammaikavitha8
0

Answer:

1)draw the square with side length 40 using the following command repeate 4(fd 40 ET 90)

2)pen up using the following command pu

3)go to a point inside the square. for example place the turtle at coordinate (20,20)using the following command

4)fill the square with the set flood colour

Similar questions