What will happen if we try to add a float to an integer?
Python will convert the integer to a float and add the values.