True or False? What is the result of each of the following statements? bool(1) - True bool("2017") - True bool("") - False bool(0) - False bool() - False bool(" ") - True True-True - 0 :)