Examveda

The following Python code will result in an error if the input value is entered as -5.
assert False, 'Spanish'

A. True

B. False

Answer: Option A


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

Join The Discussion

Related Questions on Exception Handling in Python