📄️ 1.0 Python - If ... Else
1.1 Python Conditions and If statements
📄️ 2.0 Python - While Loops
2.1 Python Loops
📄️ 3.0 Python - For Loops
3.1 Python For Loops
📄️ 4.0 Python - Iterators
An iterator is an object that contains a countable number of values.
📄️ 5.0 Python - Polymorphism
The word "polymorphism" means "many forms", and in programming it refers to methods/functions/operators with the same name that can be executed on many objects or classes.