All the exercise are from the book Python Crash Course from Eric Matthes.
Link to the book on amazon: https://www.amazon.com/Python-Crash-Course-Eric-Matthes/dp/1718502702
A brief introduction to Python where you install the code editor, Python and create your first program.
How to declare meaningful variables and principles of keeping the code as simple as possible, whenever possible.
How to define a list and perform basic operations on a list
How to loop through a list in different ways
Introduction on how to use if, if-else, if-elif-else
Introduction to dictionaries