#Python Crash Course - If Conditions, Boolean Operators and Logical Expressions

preview_player
Показать описание
#Python Crash Course -
In this video we understand boolean operators such as greater than, less than, equal to, not equal to and how they can be used to tell us if a statement is True or False.

We then use these to write code that only executes under certain conditions. These are called if statements.

Finally we learn about logical operators and, or and not and how we can use them to make our conditional if statements even more powerful.
Рекомендации по теме