|
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 **53** exercises and questions |
| 5 | +:bar_chart: There are currently **60** exercises and questions |
6 | 6 |
|
7 | 7 | # Python Exercises
|
8 | 8 |
|
|
43 | 43 | |Name|Objective & Instructions|Solution|Comments|
|
44 | 44 | |--------|--------|------|----|
|
45 | 45 | | True or False? | [Exercise](exercises/booleans/true_or_false.md) | [Solution](solutions/booleans/true_or_false.md) | |
|
| 46 | +| Conversion | [Exercise](exercises/booleans/conversion.md) | [Solution](solutions/booleans/conversion.md) | | |
46 | 47 |
|
47 | 48 | ## Strings
|
48 | 49 |
|
49 | 50 | |Name|Objective & Instructions|Solution|Comments|
|
50 | 51 | |--------|--------|------|----|
|
51 | 52 | | 22 times | [Exercise](exercises/hello_world/22_times.md) | | |
|
52 |
| -| What is the result? | [Exercise](exercises/strings/what_is_the_result.md) | [Solution](solutions/strings/what_is_the_result.md) | | |
| 53 | +| What is the result? - Level 1 | [Exercise](exercises/strings/what_is_the_result_lvl_1.md) | [Solution](solutions/strings/what_is_the_result_lvl_1.md) | | |
| 54 | +| What is the result? - Level 2 | [Exercise](exercises/strings/what_is_the_result_lvl_2.md) | [Solution](solutions/strings/what_is_the_result_lvl_2.md) | | |
53 | 55 | | Starts with a letter | [Exercise](exercises/strings/letter_start.md) | [Solution](solutions/strings/letter_start.md) | |
|
54 | 56 | | All Digits | [Exercise](exercises/strings/all_digits.md) | [Solution](solutions/strings/all_digits.md) | |
|
55 | 57 | | Removing Characters | [Exercise](exercises/strings/removing_characters.md) | [Solution](solutions/strings/removing_characters.md) | |
|
|
61 | 63 | |Name|Objective & Instructions|Solution|Comments|
|
62 | 64 | |--------|--------|------|----|
|
63 | 65 | | What is the result? | [Exercise](exercises/numbers/what_is_the_result.md) | [Solution](solutions/numbers/what_is_the_result.md) | |
|
| 66 | +| Operations - Level 1 | [Exercise](exercises/numbers/operations_lvl_1.md) | [Solution](solutions/numbers/operations_lvl_1.md) | | |
| 67 | +| Operations - Level 2 | [Exercise](exercises/numbers/operations_lvl_2.md) | [Solution](solutions/numbers/operations_lvl_2.md) | | |
| 68 | +| Bases | [Exercise](exercises/numbers/bases.md) | [Solution](solutions/numbers/bases.md) | | |
64 | 69 | | Palindrome | [Exercise](exercises/numbers/palindrome.md) | [Solution](solutions/numbers/palindrome.md) | |
|
65 | 70 |
|
66 | 71 | ## Lists
|
|
145 | 150 |
|
146 | 151 | |Name|Objective & Instructions|Solution|Comments|
|
147 | 152 | |--------|--------|------|----|
|
| 153 | +| If True | [Exercise](exercises/improve_the_code/if_true.md) | [Solution](solutions/improve_the_code/if_true.md) | | |
| 154 | +| Walrus | [Exercise](exercises/improve_the_code/walrus.md) | [Solution](solutions/improve_the_code/walrus.md) | | |
148 | 155 | | Vowel Letters | [Exercise](exercises/improve_the_code/vowel_letters.md) | [Solution](solutions/improve_the_code/vowel_letters.md) | |
|
149 | 156 |
|
150 | 157 | ## Misc
|
|
0 commit comments