In the second lesson, we increased the number of lines to 10. The curve stitch looks better now, but it's taking a lot of work to manually add more and more lines. In this lesson, we are going to use a for loop to draw the lines "automatically".
Loops are one of the most important tools in writing an algorithm, so you'll want to practice them a lot!
Notice in the code that we also use variables to encode the space between lines on the axis and the number of lines that we want.