Vidyalelo
Python · Q43

Exception Handling in Python

Programming · Python · question 43

Q43

What will be the output of the following Python code? x=10 y=8 assert x>y, 'X too small'

A.
Assertion Error
B.
10 8
C.
No output
Answer
D.
108

Answer: Option C

Solution

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