Examveda

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

D. 108

Answer: Option C


This Question Belongs to Python Program >> Exception Handling In Python

Join The Discussion

Related Questions on Exception Handling in Python