Vidyalelo
Python · Q22

Exception Handling in Python

Programming · Python · question 22

Q22

What happens when '1' == 1 is executed?

A.
we get a True
B.
we get a False
Answer
C.
an TypeError occurs
D.
a ValueError occurs

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board