Python Forum
Just some Boolean values musings
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Just some Boolean values musings
#2
(Oct-04-2019, 04:34 AM)newbieAuggie2019 Wrote: 0, 0.0, and "" (the empty string) are considered 'False', while all other values are considered 'True'
Technically the second part of this statement (my bold) is not 100% true - None and empty sequences and container types like list, tuple, dict, etc. are also evaluated False

https://docs.python.org/3/library/stdtypes.html#truth
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: Just some Boolean values musings - by buran - Oct-04-2019, 05:55 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need to parse a list of boolean columns inside a list and return true values Python84 4 2,229 Jan-09-2022, 02:39 AM
Last Post: Python84
  effective means to flip boolean values? Exsul 3 4,432 Aug-25-2019, 03:58 PM
Last Post: Exsul

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020