MRU-COMP1701-dev / fopp-functions-first

Foundations of Python Programming: Functions First
GNU Free Documentation License v1.3
0 stars 3 forks source link

References to for loops in chapter 6 #20

Open cfcurtis opened 1 year ago

cfcurtis commented 1 year ago

Describe the bug Chapter 6 references for loops, e.g. in section 6.2:

We can use the while loop to create any type of iteration we wish, including anything that we have previously done with a for loop

Similarly, the "Listener Loop" section references "our old friend, the accumulator pattern"... which we've never seen before this section.

Expected behavior This is the first intro to loops, so no references to other loops should be here.