Turtle Blast

Turtle Blast

The following lab was on using the turtle and random modules from Python and writing a script to create an output screen. As shown on the attached script, I first changed the color of the window to red and the pen color to white. I then set the turtle’s heading to the right with an angle from zero to Fourty-five and set it to more forward and backwards at a distance from zero to one hundred and fifty. I used the range property so It can repeat it self one hundred times.

 

Screen Shot 2016-03-03 at 2.01.26 AMScreen Shot 2016-03-03 at 1.49.24 AM