Examveda

What will be the output of the following Python code?
int('65.43')

A. ImportError

B. ValueError

C. TypeError

D. NameError

Answer: Option B


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

Join The Discussion

Related Questions on Exception Handling in Python