Use these commands to control the python turtle: turtle.forward : instructs the turtle to move forward after you give it a distance turtle.backward : instructs the turtle to move backward after you give it a distance turtle.right/left : instructs the turtle to turn the specified direction after a number of degrees is given
I take no credit for the idea and original design of the python turtle, it is a part of the python programming language, and all I have done is made it possible to use it in scratch