In this lab what I did was to import several objects to perform a computation.
In this case first I import turtle and I give it a name. The turtle is just going to receive orders and follow them. Those statements I give are forward,left,right, backwards and I assign values of numbers. The turtle will respond to this statements and that’s what we can see in the image of the left side.