Turtle Blast Lab #3

Turtle

On this lab we had three parts. The fist part required us to make a square with no loop. For this part we had to repeat the process four times in order to create the square. While the second’s objective was also to make a turtle square with loop, the difference was that we used the range and gave it a variable. The value was the amount of lines that the square requires, which was four.

The last part was to make a turtle blast. The picture above shows the output screen that resulted from the program created. The first two process helped us to achieve the turtle blast. It did require a new command; random. It was hard to create the script at first, but once I got the basics the rest was easier.

Comments are closed.