Computer Science, asked by adarsh6223, 9 months ago

What will be the output produced by the following statements
[1]
bool(0) [2] booi("oj")​

Answers

Answered by allysia
0

Answer:

For python:

i) bool(0) will returns False

ii) booi("oj") error since this function isn't built in.

Similar questions