filmov
tv
Intro to Booleans and Comparison Operators in Python
![preview_player](https://i.ytimg.com/vi/qdsBzH8xhOc/maxresdefault.jpg)
Показать описание
In this video, we're going to be going over Booleans and Comparison Operators. A boolean is a value that is either True or False. Comparison operators allow us to compare different values against each other. Whether or not values are equal to eachother,less than,greater than, not equals,less than or equals to or greater than or equals to eachther.