answersLogoWhite

0

to draw-pentagon :length

pd

seth 126

repeat 5 [ fd :length rt 72 ]

end

Draws a pentagon "length" pixels on each side, with the turtle originating and terminating at the apex.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Write logo commands to draw the rectangle figure?

write the logo commands to draw the triangle


How do you make a car on msw logo?

To draw a car in MSW Logo you need to type in commands to control the turtle and draw the image. Common command to control directions of the turtle, and thus draw the car, are fd Ã? forward, lt Ã? left, and rt Ã? right. By including a number with these commands you are telling the turtle the length of the line you would like it to draw.


How do you draw a pentagon with no line of symetry?

pentagon


What are the logo commands to draw a 6 pointed star?

For 5 pointed star use repeat 5 [fd 100 rt 144]


How do you draw a triangle using logo commands using three lines?

fd 60 rt 120 fd 60 rt 120 fd 60 rt 120 will cause the turtle to draw a triangle. The square brackets indicate that the enclosed commands are to be executed three times, repeat 3 [fd 60 rt 120] Search Google with: "logo commands triangle" and have a look through the websites on the subject.


What commands to draw heptagon in logo?

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.


How do you draw lines of symmetry on a regular pentagon?

well i want to know if you can draw a pentagon with no lines of symmetry?????????


How do you draw a congruent pentagon?

Trace it from the pentagon that you want it to be congruent to!


How can you draw a hexagon in a pentagon?

You cannot draw a hexagon into a pentagon since their sides are completely different! A hexagon has 6 sides while a pentagon has 5.


In isometric projection how to draw pentagon?

Firstly Draw a pentagon and enclose it in a square. Then draw an isometric scale. With isometric reading draw the square first on 120degree axis, reduce the pentagon sides on isometric scale and plot it on the isometric square


How many right angles are on a pentagon?

Depends on how you draw it. If you draw it like a house, 2. If you draw it so that it looks like The Pentagon (Building), 0.


How do you draw figures using logo commands?

use fd rt lt bk hide turtel show turtel penup pendown giving comands to the part