Assignment 7: Turtle navigates Bayside Streets
Description
Navigating streets can be a challenge. Imagine instructing a turtle to travel from one location to another. Similar to the previous assignment
Task
Using Python Turtle, navigate the turtle through the following paths:
Bayside High School to PowerHouse Gym on Francis Lewis Blvd (Blue Path)
Bayside High School to Fuchs Max on 204th Street between 34th and 35th Ave. (green)
For this assignment,
Post a screen shot of turtle traveling through Bayside streets using the colored paths.
Post a screen shot of the code. Comment each path in your code.
Questions
How do you change the color of lines the turtle draws? name.pen(pencolor="color")
How would you change the size of the lines the turtle draws? name.pen(pensize=#)