Add python loop docs (#6373)

* Update loops information

added loop information like for and while loop

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

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/6377/head
Atharva Warang 2 months ago committed by GitHub
parent 0ee2cf9b8f
commit 3b860a0a4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      src/data/roadmaps/python/content/loops@Dvy7BnNzK55qbh_SgOk8m.md

@ -1 +1,7 @@
# Loops
# Loops
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/)

Loading…
Cancel
Save