What will happen if we try to add a float to an integer?

Python will convert the integer to a float and add the valuesPython will throw an error

Python will convert the integer to a float and add the values.