Pro tip: a for loop is really just "do this thing X times," and it took a bedtime story for it to click
Last Tuesday I was reading my nephew a picture book where the dad kisses the kid goodnight 10 times in a row, and about kiss 6 it hit me that my code was doing the same thing, just with a counter and a stop point, so has anyone else had a random everyday moment finally make a basic coding idea make sense?