Debug the code

Report a typo

Which line of the following code will throw an exception?

a = int("5")
print(a + "5")
print(a * "5")
print(ValueError)

Select one option from the list
___

Create a free account to access the full topic