Due to the lack of code, no explanation, it seems to me that the aString
object is an integer.
To fix this, the line with error should become:
result="a string combined with the number: " + str(aString)
Hopefully, this helps!
0
solved Just started Intro to Python an have no previous knowledge about coding-That being said Professors rubric didn’t explain anything any ideas [closed]