Move the turtle forward by 40 units.
Answers
Answered by
2
Answer:
The shortcut for this is
Fd 40 (or)
Forward 40
Forward is used to move front, backward for back, right for right and left for left
Answered by
0
To move a turtle forward by 40 units you need to apply following command in LOGO
//MOVE FORWARD
the command to move a turtle forward by 40 units( in its abbrevation form is )
fd -40
there are different commands in logo to move our turtle such as
fd for forward
bd for backward
rt for right
and lt for left
also for clearing screen we can use cs- clear screen
Either form of the command can be used in order to move our turtle
the initial position of our turtle is in the middle of the screen
Similar questions