Find expert advice and community support for all your questions on IDNLearn.com. Join our interactive Q&A community and get reliable, detailed answers from experienced professionals across a variety of topics.

what type of error occurred with the code below??

What Type Of Error Occurred With The Code Below class=

Sagot :

Answer:

ValueError

Explanation:

The string 'five' holds characters that are not numeric, meaning it will raise ValueError since the function int() does not accept arguments that are strings with characters that are not numbers/numeric.

Hope this helps :)