Find solutions to your problems with the help of IDNLearn.com's expert community. Our experts provide timely, comprehensive responses to ensure you have the information you need.

identify the type of error described

Identify The Type Of Error Described class=

Sagot :

Answer:

ZeroDivisionError

ValueError

Explanation:

ZeroDivisionError occurs when you attempt to divide a number by [tex]0[/tex].

ValueError occurs when the argument passed into a function holds the wrong value. In this case, the string is not numeric which cannot be passed into the float() function.

Hope this helps :)