Let’s draw a grid! 1. Start by thinking about how we could draw one row of squares. What would we need to change after drawing each square? How many loops would we need? 2. Make the pencil start at (-200, 150) and draw 8 squares with a side length of 50 from left to right across the screen. 3. How might we make several rows of squares? What would we repeat? What would need to change? 4. Make the pencil draw 6 rows of squares from the top to the bottom of the screen.