Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 177 Bytes

true_or_false.md

File metadata and controls

11 lines (9 loc) · 177 Bytes

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