Python resources added. (#7293)
parent
1d0e65c2c8
commit
65fe7aeb71
3 changed files with 6 additions and 2 deletions
@ -1,9 +1,10 @@ |
||||
# Loops |
||||
|
||||
Loops are used to execute a block of code repeatedly. |
||||
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) |
||||
- [@video@Python For Loops](https://www.youtube.com/watch?v=KWgYha0clzw) |
||||
|
Loading…
Reference in new issue