0
You said that I can't concatenate integers number ?
The answer is that I can concatenate integers numbers I just experience it and it worked.
4 Respostas
+ 1
Mohammed Amine Ahmami
Here you are concatenating string
print('4' + '5')
Single quote or double quotes represent strings that's why that concatenate
+ 1
You are concatenating string instead of number as you are using (' ') and(" ") which defines string
0
Good luck trying that nice trick in another language 👍