Which of the following situations might we use a try and except block for?

When we are not sure whether the user input will be validWhen we are not sure of whether Python allows a particular operation

When we are not sure whether the user input will be valid.