Python 4.6: Moving the turtle
We'll continue with our code the objective here is to move the turtle as we saw above, ... I'll add between these lines the commands that need. We will start with a t point forward of 200 pixels I launch my code you see that the roof is moving normally I close, I'll put a t point right to turn 90 pixels, I restart, you see that the turtle has turned to the right I continue and now I'm going to make a t point forward of 100 pixels to move forward I make a t point right to turn 80 pixels I raise and then I will make a t point forward of 200 pixels I make a t point left of 90 to turn to the left here and after I made a t point backward to go back 100 pixels, I raise you can see that our turtle is moving as we had planned for the exercise on the stairs.