|
2 | 2 |
|
3 | 3 | :information_source: This repo contains questions and exercises to learn and practice Python
|
4 | 4 |
|
5 |
| -:bar_chart: There are currently **70** exercises and questions |
| 5 | +:bar_chart: There are currently **80** exercises and questions |
6 | 6 |
|
7 | 7 | # Python Exercises
|
8 | 8 |
|
|
79 | 79 | | Access List Items | [Exercise](exercises/hello_world/access_list_items.md) | [Solution](solutions/hello_world/access_list_items.md) | |
|
80 | 80 | | Equal Lists | [Exercise](exercises/lists/equal_lists.md) | [Solution](solutions/lists/equal_lists.md) | |
|
81 | 81 | | Length | [Exercise](exercises/hello_world/length.md) | | |
|
| 82 | +| Append & Insert | [Exercise](exercises/lists/append_and_insert.md) | [Solution](solutions/lists/append_and_insert.md) | | |
82 | 83 | | Min Max | [Exercise](exercises/lists/min_max.md) | [Solution](solutions/lists/min_max.md) | |
|
83 | 84 | | Three Biggest Items | [Exercise](exercises/lists/three_biggest_items.md) | [Solution](solutions/lists/three_biggest_items.md) | |
|
84 | 85 | | What is the result? - Level 1 | [Exercise](exercises/lists/what_is_the_result_lvl_1.md) | [Solution](solutions/lists/what_is_the_result_lvl_1.md) | |
|
85 | 86 | | What is the result? - Level 2 | [Exercise](exercises/lists/what_is_the_result_lvl_2.md) | [Solution](solutions/lists/what_is_the_result_lvl_2.md) | |
|
86 | 87 |
|
| 88 | +## Dictionaries |
| 89 | + |
| 90 | +|Name|Objective & Instructions|Solution|Comments| |
| 91 | +|--------|--------|------|----| |
| 92 | +| Facts Only | [Exercise](exercises/dicts/facts_only.md) | [Solution](solutions/dict/facts_only.md) | | |
| 93 | + |
87 | 94 | ## Loops
|
88 | 95 |
|
89 | 96 | |Name|Objective & Instructions|Solution|Comments|
|
|
164 | 171 | | Walrus | [Exercise](exercises/improve_the_code/walrus.md) | [Solution](solutions/improve_the_code/walrus.md) | |
|
165 | 172 | | Vowel Letters | [Exercise](exercises/improve_the_code/vowel_letters.md) | [Solution](solutions/improve_the_code/vowel_letters.md) | |
|
166 | 173 |
|
| 174 | +## Type Hinting |
| 175 | + |
| 176 | +|Name|Objective & Instructions|Solution|Comments| |
| 177 | +|--------|--------|------|----| |
| 178 | +| Type Hinting Facts Only | [Exercise](exercises/type_hinting/facts_only.md) | [Solution](solutions/type_hinting/facts_only.md) | | |
| 179 | +| Pros & Cons | [Exercise](exercises/type_hinting/pros_and_cons.md) | [Solution](solutions/type_hinting/pros_and_cons.md) | | |
| 180 | +| Type Hinting 101 | [Exercise](exercises/type_hinting/type_hinting_101.md) | [Solution](solutions/type_hinting/type_hinting_101.md) | | |
| 181 | +| Type Hinting 102 | [Exercise](exercises/type_hinting/type_hinting_102.md) | [Solution](solutions/type_hinting/type_hinting_102.md) | | |
| 182 | + |
167 | 183 | ## Misc
|
168 | 184 |
|
169 | 185 | |Name|Objective & Instructions|Solution|Comments|
|
|
0 commit comments