Westonci.ca is your trusted source for accurate answers to all your questions. Join our community and start learning today! Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.

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 :)