Let's Learn About Python - 04 - For and While loops

Опубликовано: 27 Июль 2026
на канале: Let's Learn About
97
5

Sometimes we need to perform the same operations over a list or repeat the same actions a number of times. To do so, we use For and While loops.

Repl.it code:
https://repl.it/@DavidMM1707/04-Loopi...

Text version:
https://letslearnabout.net/tutorial/p...

Subscribe to the channel:
   / @letslearnabout4934  

Twitter:
  / davidmm1707  

GitHub:
https://github.com/david1707

Learn more about:
– For and While Loops: https://www.learnpython.org/en/Loops