true_or_false.md

April 9, 2022 ยท View on GitHub

True or False?

What is the result of each of the following statements?

  1. bool(1)
  2. bool("2017")
  3. bool("")
  4. bool(0)
  5. bool()
  6. bool(" ")
  7. True-True