To draw a heptagon in Logo, you can use the following commands:
REPEAT 7 [FORWARD 100 RIGHT 51.43]
This command moves the turtle forward by 100 units and turns it right by approximately 51.43 degrees, repeating this process seven times to form a heptagon. Adjust the FORWARD
value to change the size of the heptagon.
Chat with our AI personalities
fd 50 rt 90 fd 50 rt 90 fd 50 rt 90 fd 50
Obtuse
draw a hexogon and make six triangles no more than six unless you are doing a different math problem than i am.
as in a 7 sided figure? a heptagon
Five of them