Update loops@Dvy7BnNzK55qbh_SgOk8m.md (#6942)

* Update loops@Dvy7BnNzK55qbh_SgOk8m.md

* Update src/data/roadmaps/python/content/loops@Dvy7BnNzK55qbh_SgOk8m.md

add article tag

---------

Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
pull/6977/head
Jaime Rios 3 months ago committed by GitHub
parent 0c000df830
commit 497d264321
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/python/content/loops@Dvy7BnNzK55qbh_SgOk8m.md

@ -5,3 +5,5 @@ Loops are used to execute a block of code repeatedly.
Visit the following resources to learn more:
- [@article@Loops in Python](https://www.geeksforgeeks.org/loops-in-python/)
- [@article@Python "while" Loops (Indefinite Iteration)](https://realpython.com/python-while-loop/)
- [@article@Python "for" Loops (Definite Iteration)](https://realpython.com/python-for-loop/#the-guts-of-the-python-for-loop)

Loading…
Cancel
Save