Q2) What is the result produced by (1)
bool (2) bool (str(o)) & Justity
the outcome.
Answers
Answered by
7
Answer:
i)bool(0): false because 0 refers to false.
ii) bool(str(0): true because 0 is different than 0 and refers to something that is true.
Similar questions