Turtle Blast

UntitledturtleblastThis was a different lab compared to the other ones that I have done. This time I did not have the help of code academy or detailed instructions that if I needed help, I could just click on tips and hints.
This was a fun lab actually, I got to create something by just importing several objects to perform a computation.

In this project,I imported turtle and gave it a name, my name. The turtle only received orders and followed them. I gave it a couple statements like forward, backwards, left, and right with values of numbers. The turtle responded to the statements it was given, and you can see above.