diff --git a/src/data/roadmaps/python/content/loops@Dvy7BnNzK55qbh_SgOk8m.md b/src/data/roadmaps/python/content/loops@Dvy7BnNzK55qbh_SgOk8m.md index c9067ca51..c6af1c1ef 100644 --- a/src/data/roadmaps/python/content/loops@Dvy7BnNzK55qbh_SgOk8m.md +++ b/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)