tech news – this is the Swiss Army knife of action cameras
today’s agenda:
- functions -saving time
- calling multiple functions
let’s begin:
- using IDLE, click on File, New File and write a program that creates a square. Use the code below to get you started:

- a function can save you all that typing/copy-pasting
- function structure:

4. working with two turtles – can it be done? Yes. Ideas?
5. your work today – create custom art using Turtle using multiple functions and colors. Comment your work to explain what happens in each section. Comments starts a #.