What will the error message tell us about what's wrong with this code?

Python doesn't support adding integers and strings togetherThe sum() function cannot be found

Python doesn't support adding integers and strings together.