conversion.md
January 22, 2023 ยท View on GitHub
Conversion
What is the result of each of the following statements?
int(False)int(True)bool(0)bool(1)True + 2float(True)
Solution
Click here to view the solution
January 22, 2023 ยท View on GitHub
What is the result of each of the following statements?
int(False)int(True)bool(0)bool(1)True + 2float(True)Click here to view the solution