Computer Science, asked by arshadhub7210, 2 months ago

which kturtle command is used to move the turtle in backward direction by 200 steps​

Answers

Answered by sriteja2780
0

Explanation:

Typing BACK 10 or BK 10 (press ENTER) will move the turtle backwards ten steps, and so on. Try changing the number of steps after the commands, FO RW ARD and BACK. To turn the turtle to the left you type: LEFT followed by a number. This is the number of degrees.

penup lifts the pen from the canvas. When the pen is “up” no line will be drawn when the turtle moves. See also pendown . penup can be abbreviated to pu .

Similar questions