Python Tutorial 18 - Comparison Operators

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

Let's summarize the comparison operators
the negation of == is !=
the negation of <  is >=
the negation of >  is  <=
example
5 < 5 is false. but 5 >= 5 is true
6 < 5 is false but 6 > = 5 is true

davitosd
join shbcf.ru