Level 90 - as you create loops, the generated Python uses count, count2 etc. as loop counters. There is no need for the variable name to change unless they are nested loops. If they are nested it puts count2 as the outer loop which is also confusing.
Level 90 - as you create loops, the generated Python uses count, count2 etc. as loop counters. There is no need for the variable name to change unless they are nested loops. If they are nested it puts count2 as the outer loop which is also confusing.