What will be the output produced by the following statements
[1]
bool(0) [2] booi("oj")
Answers
Answered by
0
Answer:
For python:
i) bool(0) will returns False
ii) booi("oj") error since this function isn't built in.
Similar questions