Q13, what is the main reason for this error?

when you put the question in jupyter-notebook, it gives
“can only concatenate str (not “int”) to str” - as the error
and you can serperately add 1+1 in print command and do
the same with strings.
Is the error arising due to 2 different data types, plz explain.

thank you.