Question: What will be the output of the following Python code? class Truth: pass x=Truth() bool(x) - false (B) true (C) e error (D) pass
What will be the output of the following Python code? class Truth: pass x=Truth() bool(x) - false (B) true (C) e error (D) pass
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
