Mastering the Basics of Python - Truthy and falsy values

preview_player
Показать описание
Learn about how Python evaluates the True or False value of any variable or object, and how you can use that to your advantage.

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

Thank you. I'm teaching myself Python and I came across this. I could not wrap my head around it. This cleared things up for me and I really appreciate you making this video.

lamp
Автор

Does the list exist? .. You may need to number these and make a playlist so we can follow along. Very cool quick videos for quick teachings.

bigbigspoon
Автор

I'm a little confused about the difference between True or False and Truthy or Falsy. So anything that is True is a truthy value and same vice versa?

Joey_Decker