today’s agenda:
- changing the background of your Python graphic:
Use this code to set the size of your graphic to 600X600 pixels AND to use an image as your graphic background. Note that you can only use a GIF as a background image. Use this code to change the background color of your graphic AND set the window size to 600X600 pixels. 2. Plotting the location of your drawing:
3. The plan for drawing a turtle graphic
Now it’s time to create your own custom graphic. Use the provided grid paper to plan your work.
>the distance between the thick lines is 100 pixels
>the distance between the thin lines is 25 pixels
1. comments (put a hashtag in front of comment) to tell what is happening in that section of code
2. functions
3. multiple colors
4. your own workany good program starts with a solid plan – use the provided graph paper to plot your design
- each thick line is 100 pixels, each thin line is 25 pixels