Examveda

What will be the output of the following Python code?
class Truth:
	pass
x=Truth()
bool(x)

A. pass

B. true

C. false

D. error

Answer: Option B


This Question Belongs to Python Program >> Bitwise And Boolean

Join The Discussion

Related Questions on Bitwise and Boolean