Python 4.4 : Visual approach

Hello everyone welcome this new course of Python, here we will continue our learning using a more ... visual approach, we will use the turtle for this part and the objective is used what we have seen before ... i.e. the for and while loops, the variables, the functions and also the modules that we will see, the principle here is to move a turtle with the help of 4 commands i.e. the Forward: ... to go forward, the Bacward: to go backward, the Right: to rotate to the right with the angle in degrees, the Lift: to turn to the left also with an angle in degrees, well here, our ... turtle will have to go forward, turn to the right, go back down and go to the left. Well, we say to ourselves to be very soon for a next video concerning the project of the turtle.