Conversion What is the result of each of the following statements? int(False) int(True) bool(0) bool(1) True + 2 float(True) Solution 0 1 False True 3 1.0