ocadotechnology / rapid-router

A Blockly and python based educational game aimed at students age 5-14.
https://www.codeforlife.education
Other
56 stars 62 forks source link

Generated Python #1598

Open lauracumming opened 3 months ago

lauracumming commented 3 months ago

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.