Assignment 5: Triangle
Description
Logo was a language used to introduce programming concepts to young students by having them control a virtual turtle on the screen. After many years the essence of the Logo language still lives in modules such as Python Turtle.
Task
Using Python Turtle, draw a triangle on the screen.
Post a screen shot of triangle.
Post a screen shot of the code. Don't forget to use comments to include your name and a short description as part of your program.
Questions
What is the purpose of import turtle? So the turtle is Defined if "import turtle is not there" an error shows up saying "NameError: name 'turtle' is not defined
Do you notice anything in particular about the commands to produce a square or a triangle? the angles are different for square it is 90 for triangle is 120