|
1 | | - |
| 1 | +<!-- hide --> |
2 | 2 | # 🐍 Python lists and loops tutorial exercises
|
3 | 3 |
|
4 | 4 | <a href="https://www.4geeksacademy.co"><img height="280" align="right" src="https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises/blob/master/python-lp-badge.png"></a>
|
|
9 | 9 | 
|
10 | 10 | [](https://breatheco.de)
|
11 | 11 | [](https://twitter.com/4geeksacademy)
|
| 12 | +<!-- endhide --> |
12 | 13 |
|
| 14 | +Lists and Loops is one of the most challenging topics to grasp when learning how to code, you will learn: |
13 | 15 |
|
14 | | -Looping is one of the most challenging topics to grasp when learning how to code, you willlearn: |
15 | | - |
16 | | -1. all the possible ways to loop in python, |
| 16 | +1. All the possible ways to loop in python, |
17 | 17 |
|
18 | | -2. looping lists, touples, dictionaries and other data-structures. |
| 18 | +2. Looping lists, tuples, dictionaries and other data-structures. |
19 | 19 |
|
20 | 20 | The entire tutorial is 👆 interactive, ✅ auto-graded and with. 📹 video tutorials.
|
21 | 21 |
|
| 22 | +<!-- hide --> |
22 | 23 | <h3>📚 Table of contents:</h3>
|
23 | 24 | <table>
|
24 | 25 | <tr>
|
@@ -74,6 +75,8 @@ $ learnpack start
|
74 | 75 |
|
75 | 76 | Note: The exercises have automatic grading but its very rigid and string, my recomendation is to ignore the tests and use them only as a recomendation or you can get frustrated.
|
76 | 77 |
|
| 78 | +<!-- endhide --> |
| 79 | + |
77 | 80 | ## How are the exercises organized?
|
78 | 81 |
|
79 | 82 | Each exercise is a small python project containing the following files:
|
|
0 commit comments