Question #662

What exception will be thrown?
int('65.43')

This will throw a ValueError exception. Here, there is an invalid literal for int() with base 10: '65.43' . (programiz.com/python-programming/exception-handling)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵


Similar questions: