Conversion What is the result of each of the following statements? int(False) int(True) bool(0) bool(1) True + 2 float(True) Solution Click here to view the solution