What Python developers probably don't know about boolean 'or'

preview_player
Показать описание
The result of a boolean OR is True or False, right? Well, not always. I read something really interesting in the python documentation and share it with you in this video.

C H A P T E R S
0:00 Boolean or operator to return True or False
1:54 Boolean or returns common objects

M Y O N L I N E T R A I N I N G

L I N K S I N T H E V I D E O

#booleanor #booleanalgebra #python
Рекомендации по теме
Комментарии
Автор

so for AND it makes sense to put the most Falsy expression first
nice video

GenericInternetter