Python: Turtle Blast

In this lab we learned how to use a program in python called “turtle”. This program pretty much allows the user to draw using commands and codes. We can also change the line color and pen size of the drawing. First we would have to import the module and make a screen for the turtle and also pick a color for the window. Then we can do such customization’s such as how far the “turtle” would be moving and the angle of it that it would move in. We can also name the turtle so we don’t have to keep typing turtle, instead  we can just type our own names or a letter. Also instead of keep repeating and typing a command such a “name.forward(#)” we can instead put “for i in range of(#):” and it will repeat the command the number of times you want it to. Turtle hw codeTurtle hw image