Lab2: Turtle Blast

In this lab, we learned how to use the module “turtle”. Turtle will allow you to draw different things according to the commands that you gave him. For example, a single line or even a complex drawing. Trough this module, we can change the color of the screen, the pen’s size and color, and even the speed that we want for our turtle to run. We also can change the name of our turtle for a single word or a letter. With “turtle” we can customize the length and the angles where we want our turtle. In my opinion, this lab was a little bit hard, however, I managed myself to do it using Python’s commands.

Turtle_Blast(code)        Turtle_Blast(result)